gnome3.gnome-software: enable parallel building
This commit is contained in:
parent
226c5699e7
commit
204aa4b077
|
@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
|||
ln -s ${isocodes}/share/xml/iso-codes $out/share/xml/iso-codes
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.freedesktop.org/software/PackageKit/;
|
||||
platforms = platforms.linux;
|
||||
|
|
Loading…
Reference in New Issue