gnome3_22.gnome-shell: enable parallel build
This commit is contained in:
parent
f5b13e58ac
commit
f88ea3c3dc
|
@ -51,6 +51,8 @@ stdenv.mkDerivation rec {
|
||||||
echo "${unzip}/bin" > $out/${passthru.mozillaPlugin}/extra-bin-path
|
echo "${unzip}/bin" > $out/${passthru.mozillaPlugin}/extra-bin-path
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
mozillaPlugin = "/lib/mozilla/plugins";
|
mozillaPlugin = "/lib/mozilla/plugins";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue