mesa WIP: adding salt to restart hydra

Hydra seems to have a problem with multiple-output derivations.

+1
+1
pkgs/development/libraries/mesa/default.nix
··· 93 # move gallium-related stuff to $drivers, so $out doesn't depend on LLVM 94 # ToDo: probably not all .la files are completely fixed, but it shouldn't matter 95 postInstall = '' 96 mv -t "$drivers/lib/" \ 97 $out/lib/libdricore* \ 98 $out/lib/libgallium.* \
··· 93 # move gallium-related stuff to $drivers, so $out doesn't depend on LLVM 94 # ToDo: probably not all .la files are completely fixed, but it shouldn't matter 95 postInstall = '' 96 + # salt to restart hydra 97 mv -t "$drivers/lib/" \ 98 $out/lib/libdricore* \ 99 $out/lib/libgallium.* \