summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2021-11-27 17:10:39 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-11-27 17:12:50 -0300
commit9440449acbf32742850395c22345efe2e69ee322 (patch)
tree3fbcde46d063dd95116070db4f0a06a7bb94363d /pkgs/tools/graphics
parentfc66ea690a8eb88734af58cd1c533935dc9ec4f4 (diff)
aaphoto: set meta.broken to true in Darwin
It fails detecting OpenMP libraries.
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/aaphoto/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/aaphoto/default.nix b/pkgs/tools/graphics/aaphoto/default.nix
index 1d0900759320..1487f9eac435 100644
--- a/pkgs/tools/graphics/aaphoto/default.nix
+++ b/pkgs/tools/graphics/aaphoto/default.nix
@@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ AndersonTorres ];
platforms = platforms.unix;
+ broken = stdenv.isDarwin; # aaphoto.c:237:10: fatal error: 'omp.h' file not found
};
}