aaphoto: set meta.broken to true in Darwin

It fails detecting OpenMP libraries.
This commit is contained in:
AndersonTorres 2021-11-27 17:10:39 -03:00
parent fc66ea690a
commit 9440449acb

View File

@ -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
};
}