gap: mark as broken on darwin

Has been failing to build for a while.
This commit is contained in:
Timo Kaufmann 2019-04-20 12:36:11 +02:00
parent af6739fdd7
commit 9c7f774a39

View File

@ -170,6 +170,7 @@ stdenv.mkDerivation rec {
timokau
];
platforms = platforms.all;
broken = stdenv.isDarwin;
# keeping all packages increases the package size considerably, wchich
# is why a local build is preferable in that situation. The timeframe
# is reasonable and that way the binary cache doesn't get overloaded.