From 9440449acbf32742850395c22345efe2e69ee322 Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Sat, 27 Nov 2021 17:10:39 -0300 Subject: [PATCH] aaphoto: set meta.broken to true in Darwin It fails detecting OpenMP libraries. --- pkgs/tools/graphics/aaphoto/default.nix | 1 + 1 file changed, 1 insertion(+) 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 }; }