include sf as file
This commit is contained in:
parent
0c5433a49b
commit
f109fbfcc3
4 changed files with 222 additions and 5 deletions
|
|
@ -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
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue