mesa WIP: adding salt to restart hydra

Hydra seems to have a problem with multiple-output derivations.
This commit is contained in:
Vladimír Čunát 2013-05-17 09:19:04 +02:00
parent 6e1fa81568
commit 92da417fa4

View File

@ -93,6 +93,7 @@ stdenv.mkDerivation {
# move gallium-related stuff to $drivers, so $out doesn't depend on LLVM
# ToDo: probably not all .la files are completely fixed, but it shouldn't matter
postInstall = ''
# salt to restart hydra
mv -t "$drivers/lib/" \
$out/lib/libdricore* \
$out/lib/libgallium.* \