summary refs log tree commit diff
path: root/pkgs/applications/graphics/gimp/default.nix
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2021-11-20 17:55:12 +0000
committerRobert Scott <code@humanleg.org.uk>2021-11-20 17:57:04 +0000
commitae4ab6a1b7df492797f21cae3e96775cb151497e (patch)
tree10480a1f45ebbeb77b8ca0745d7acccfcda3dfe5 /pkgs/applications/graphics/gimp/default.nix
parent4dba55aec572febbf2b0e660b4de4007e0a30a60 (diff)
downloadnixpkgs-ae4ab6a1b7df492797f21cae3e96775cb151497e.tar
nixpkgs-ae4ab6a1b7df492797f21cae3e96775cb151497e.tar.gz
nixpkgs-ae4ab6a1b7df492797f21cae3e96775cb151497e.tar.bz2
nixpkgs-ae4ab6a1b7df492797f21cae3e96775cb151497e.tar.lz
nixpkgs-ae4ab6a1b7df492797f21cae3e96775cb151497e.tar.xz
nixpkgs-ae4ab6a1b7df492797f21cae3e96775cb151497e.tar.zst
nixpkgs-ae4ab6a1b7df492797f21cae3e96775cb151497e.zip
gimp: re-enable tests on darwin
pass for me on macos 10.15
Diffstat (limited to 'pkgs/applications/graphics/gimp/default.nix')
-rw-r--r--pkgs/applications/graphics/gimp/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/gimp/default.nix b/pkgs/applications/graphics/gimp/default.nix
index 11a9382c94c..c9472e9a15d 100644
--- a/pkgs/applications/graphics/gimp/default.nix
+++ b/pkgs/applications/graphics/gimp/default.nix
@@ -144,9 +144,7 @@ in stdenv.mkDerivation rec {
 
   enableParallelBuilding = true;
 
-  # on Darwin,
-  # test-eevl.c:64:36: error: initializer element is not a compile-time constant
-  doCheck = !stdenv.isDarwin;
+  doCheck = true;
 
   NIX_CFLAGS_COMPILE = lib.optional stdenv.isDarwin "-DGDK_OSX_BIG_SUR=16";