add some testing and downloading stuff

This commit is contained in:
Daniel Olsen
2020-07-17 03:04:40 +02:00
parent 26bfac6105
commit 6e2740de44
2 changed files with 22 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ stdenv.mkDerivation {
chmod +x $out/bin/triav1c
wrapProgram $out/bin/triav1c \
--prefix PATH : ${lib.makeBinPath [ ffmpeg-full libaom ]} \
--prefix PATH : ${lib.makeBinPath [ ffmpeg-full libaom bc ]} \
--prefix MODEL_PATH : ${libvmaf}
'';
}