various packages fixed

This commit is contained in:
Vladimír Čunát
2014-08-30 23:30:31 +02:00
parent d25cc03f21
commit 381dcb1d98
7 changed files with 36 additions and 20 deletions
+5 -5
View File
@@ -10,7 +10,7 @@
, vaapiSupport ? false, libva ? null # ToDo: it has huge closure
, vdpauSupport ? true, libvdpau ? null
, freetypeSupport ? true, freetype ? null # it's small and almost everywhere
, SDL # only for avplay in $tools, adds nontrivial closure to it
, SDL # only for avplay in $bin, adds nontrivial closure to it
, enableGPL ? true # ToDo: some additional default stuff may need GPL
, enableUnfree ? faacSupport
}:
@@ -77,12 +77,12 @@ let
enableParallelBuilding = true;
outputs = [ "out" "tools" ];
outputs = [ "dev" "out" "bin" ];
postInstall = ''
mkdir -p "$tools/bin"
mv "$out/bin/avplay" "$tools/bin"
cp -s "$out"/bin/* "$tools/bin/"
mkdir -p "$bin/bin"
mv "$out/bin/avplay" "$bin/bin"
cp -s "$out"/bin/* "$bin/bin/"
'';
doInstallCheck = false; # fails randomly