Revert "gnome-shell: enable parallel building"

This reverts commit 9ec0a105d3.

Conflicts:
	pkgs/desktops/gnome-3/3.12/core/gnome-shell/default.nix
This commit is contained in:
Luca Bruno 2014-08-03 09:55:56 +02:00
parent 7bdce42010
commit 7a4a132085

View file

@ -43,8 +43,6 @@ stdenv.mkDerivation rec {
echo "${unzip}/bin" > $out/${passthru.mozillaPlugin}/extra-bin-path
'';
enableParallelBuilding = true;
passthru = {
mozillaPlugin = "/lib/mozilla/plugins";
};