summary refs log tree commit diff
path: root/pkgs/development/libraries/gcr
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-05-09 20:23:30 +0000
committerAlyssa Ross <hi@alyssa.is>2021-05-12 11:57:35 +0000
commit5fe3cbceaeb5595af967b40e6aa12cad1384e815 (patch)
tree5d1b2372a98f44c41ef11759239108d2f79093f5 /pkgs/development/libraries/gcr
parent91a30973cc6152a524a997634e6b65c5409f4bf3 (diff)
downloadnixpkgs-5fe3cbceaeb5595af967b40e6aa12cad1384e815.tar
nixpkgs-5fe3cbceaeb5595af967b40e6aa12cad1384e815.tar.gz
nixpkgs-5fe3cbceaeb5595af967b40e6aa12cad1384e815.tar.bz2
nixpkgs-5fe3cbceaeb5595af967b40e6aa12cad1384e815.tar.lz
nixpkgs-5fe3cbceaeb5595af967b40e6aa12cad1384e815.tar.xz
nixpkgs-5fe3cbceaeb5595af967b40e6aa12cad1384e815.tar.zst
nixpkgs-5fe3cbceaeb5595af967b40e6aa12cad1384e815.zip
gcr: don't manually enableParallelBuilding
This is automatic for Meson builds.
Diffstat (limited to 'pkgs/development/libraries/gcr')
-rw-r--r--pkgs/development/libraries/gcr/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gcr/default.nix b/pkgs/development/libraries/gcr/default.nix
index 94487ff6b4d..37238a5f59e 100644
--- a/pkgs/development/libraries/gcr/default.nix
+++ b/pkgs/development/libraries/gcr/default.nix
@@ -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"