gnome3.gnome-software: enable parallel building

This commit is contained in:
Orivej Desh 2017-11-29 00:49:09 +00:00
parent 226c5699e7
commit 204aa4b077

View file

@ -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;