libav: fix with multiple outputs and improve splitting

This commit is contained in:
Vladimír Čunát 2015-10-04 11:29:37 +02:00
parent 0cf11036b4
commit d0f72e729a

View File

@ -77,13 +77,11 @@ let
enableParallelBuilding = true; enableParallelBuilding = true;
outputs = [ "dev" "out" "bin" ]; #TODO: re-check outputs = [ "dev" "out" "bin" ];
setOutputFlags = false;
# move avplay to get rid of the SDL dependency in the main output # move tools away to lighten runtime deps and size
postInstall = '' postInstall = ''_moveToOutput bin "$bin" '';
mkdir -p "$bin/bin"
mv "$out/bin/avplay" "$bin/bin"
'';
doInstallCheck = false; # fails randomly doInstallCheck = false; # fails randomly
installCheckTarget = "check"; # tests need to be run *after* installation installCheckTarget = "check"; # tests need to be run *after* installation