mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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:
parent
7bdce42010
commit
7a4a132085
1 changed files with 0 additions and 2 deletions
|
@ -43,8 +43,6 @@ stdenv.mkDerivation rec {
|
|||
echo "${unzip}/bin" > $out/${passthru.mozillaPlugin}/extra-bin-path
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru = {
|
||||
mozillaPlugin = "/lib/mozilla/plugins";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue