gnome3_22.gnome-shell: enable parallel build

This commit is contained in:
Alexander Ried 2016-10-01 23:57:51 +02:00
parent f5b13e58ac
commit f88ea3c3dc

View file

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