gcr: don't manually enableParallelBuilding
This is automatic for Meson builds.
This commit is contained in:
parent
91a30973cc
commit
5fe3cbceae
1 changed files with 0 additions and 2 deletions
|
@ -74,8 +74,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
doCheck = false; # fails 21 out of 603 tests, needs dbus daemon
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
preFixup = ''
|
||||
wrapProgram "$out/bin/gcr-viewer" \
|
||||
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
|
||||
|
|
Loading…
Reference in a new issue