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 {
name = "strm";
src = self;
propagatedBuildInputs = [
mpv
];
patchPhase = with pkgs; ''
substituteInPlace strm \
--replace mpv\ ${mpv}/bin/mpv\
'';
installPhase = ''
install -m 755 -D strm $out/bin/strm
'';