mesa WIP: preferLocalBuild, hopefully work around

+1 -1
+1 -1
pkgs/development/libraries/mesa/default.nix
··· 49 49 ''; 50 50 51 51 outputs = ["out" "drivers"]; 52 + preferLocalBuild = true; # see https://github.com/NixOS/nix/issues/118 52 53 53 54 preConfigure = "./autogen.sh"; 54 55 ··· 93 94 # move gallium-related stuff to $drivers, so $out doesn't depend on LLVM 94 95 # ToDo: probably not all .la files are completely fixed, but it shouldn't matter 95 96 postInstall = '' 96 - # salt to restart hydra 97 97 mv -t "$drivers/lib/" \ 98 98 $out/lib/libdricore* \ 99 99 $out/lib/libgallium.* \