gnome3_22.mutter: enable parallel build

This commit is contained in:
Alexander Ried 2016-10-01 23:56:33 +02:00
parent 709772b4b8
commit f5b13e58ac

View File

@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
#./x86.patch ./math.patch
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
platforms = platforms.linux;
maintainers = gnome3.maintainers;