update flake

This commit is contained in:
Denis Lehmann 2021-06-12 13:41:28 +02:00
parent ce2dd9b8b3
commit 00e680cc62
2 changed files with 11 additions and 13 deletions

View file

@ -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
'';