mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
mesa WIP: adding salt to restart hydra
Hydra seems to have a problem with multiple-output derivations.
This commit is contained in:
parent
6e1fa81568
commit
92da417fa4
@ -93,6 +93,7 @@ stdenv.mkDerivation {
|
|||||||
# move gallium-related stuff to $drivers, so $out doesn't depend on LLVM
|
# 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
|
# ToDo: probably not all .la files are completely fixed, but it shouldn't matter
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
# salt to restart hydra
|
||||||
mv -t "$drivers/lib/" \
|
mv -t "$drivers/lib/" \
|
||||||
$out/lib/libdricore* \
|
$out/lib/libdricore* \
|
||||||
$out/lib/libgallium.* \
|
$out/lib/libgallium.* \
|
||||||
|
Loading…
Reference in New Issue
Block a user