revert patchPhase
This commit is contained in:
parent
00e680cc62
commit
2cc32b15b2
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue