summary refs log tree commit diff
path: root/pkgs/applications/graphics/gimp
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2021-12-03 19:10:32 +0000
committerGitHub <noreply@github.com>2021-12-03 19:10:32 +0000
commit0abc16608d2e7a368352e9819bf45d60e85e57fb (patch)
treecfd3bb3661e72747f5f66cd5813866893349530e /pkgs/applications/graphics/gimp
parent52bb9c62b78866f1b66573a6b9cea42962d38f3e (diff)
parentae4ab6a1b7df492797f21cae3e96775cb151497e (diff)
downloadnixpkgs-0abc16608d2e7a368352e9819bf45d60e85e57fb.tar
nixpkgs-0abc16608d2e7a368352e9819bf45d60e85e57fb.tar.gz
nixpkgs-0abc16608d2e7a368352e9819bf45d60e85e57fb.tar.bz2
nixpkgs-0abc16608d2e7a368352e9819bf45d60e85e57fb.tar.lz
nixpkgs-0abc16608d2e7a368352e9819bf45d60e85e57fb.tar.xz
nixpkgs-0abc16608d2e7a368352e9819bf45d60e85e57fb.tar.zst
nixpkgs-0abc16608d2e7a368352e9819bf45d60e85e57fb.zip
Merge pull request #146778 from risicle/ris-gimp-darwin
gimp: re-enable tests on darwin
Diffstat (limited to 'pkgs/applications/graphics/gimp')
-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";