mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
mesa WIP: preferLocalBuild, hopefully work around
This commit is contained in:
parent
92da417fa4
commit
16b2e1b46f
1 changed files with 1 additions and 1 deletions
|
@ -49,6 +49,7 @@ stdenv.mkDerivation {
|
|||
'';
|
||||
|
||||
outputs = ["out" "drivers"];
|
||||
preferLocalBuild = true; # see https://github.com/NixOS/nix/issues/118
|
||||
|
||||
preConfigure = "./autogen.sh";
|
||||
|
||||
|
@ -93,7 +94,6 @@ 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.* \
|
||||
|
|
Loading…
Reference in a new issue