update flake
This commit is contained in:
parent
ce2dd9b8b3
commit
00e680cc62
2 changed files with 11 additions and 13 deletions
|
|
@ -26,10 +26,9 @@
|
|||
pkgs.stdenv.mkDerivation {
|
||||
name = "strm";
|
||||
src = self;
|
||||
patchPhase = with pkgs; ''
|
||||
substituteInPlace strm \
|
||||
--replace mpv\ ${mpv}/bin/mpv\
|
||||
'';
|
||||
propagatedBuildInputs = [
|
||||
mpv
|
||||
];
|
||||
installPhase = ''
|
||||
install -m 755 -D strm $out/bin/strm
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue