diff --git a/pkgs/development/libraries/mesa/default.nix b/pkgs/development/libraries/mesa/default.nix index 32ce4177b99..f3038f2d229 100644 --- a/pkgs/development/libraries/mesa/default.nix +++ b/pkgs/development/libraries/mesa/default.nix @@ -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.* \