revert patchPhase

This commit is contained in:
Denis Lehmann 2021-06-12 14:54:48 +02:00
parent 00e680cc62
commit 2cc32b15b2

View file

@ -26,9 +26,10 @@
pkgs.stdenv.mkDerivation { pkgs.stdenv.mkDerivation {
name = "strm"; name = "strm";
src = self; src = self;
propagatedBuildInputs = [ patchPhase = with pkgs; ''
mpv substituteInPlace strm \
]; --replace mpv\ ${mpv}/bin/mpv\
'';
installPhase = '' installPhase = ''
install -m 755 -D strm $out/bin/strm install -m 755 -D strm $out/bin/strm
''; '';