mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
aaphoto: set meta.broken to true in Darwin
It fails detecting OpenMP libraries.
This commit is contained in:
parent
fc66ea690a
commit
9440449acb
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user