mate: enable parallel building

This commit is contained in:
José Romildo Malaquias
2020-02-14 18:52:51 -03:00
parent ba42fef9a7
commit ceb87a4c26
37 changed files with 74 additions and 0 deletions
@@ -42,6 +42,8 @@ stdenv.mkDerivation rec {
"--with-cajadir=$(out)/lib/caja/extensions-2.0"
];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "User level public file sharing for the MATE desktop";
homepage = "https://github.com/mate-desktop/mate-user-share";