include sf as file

This commit is contained in:
Denis Lehmann 2022-01-12 02:20:43 +01:00
parent 0c5433a49b
commit f109fbfcc3
4 changed files with 222 additions and 5 deletions

View file

@ -19,6 +19,7 @@
'';
installPhase = ''
install -m 755 -D bin/ffconv $out/bin/ffconv
install -m 644 -D lib/sf $out/lib/sf
'';
};
ffcut = pkgs.stdenv.mkDerivation {
@ -30,6 +31,7 @@
'';
installPhase = ''
install -m 755 -D bin/ffcut $out/bin/ffcut
install -m 644 -D lib/sf $out/lib/sf
'';
};
};