libav: fix with multiple outputs and improve splitting
This commit is contained in:
parent
0cf11036b4
commit
d0f72e729a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user