mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
gap: mark as broken on darwin
Has been failing to build for a while.
This commit is contained in:
parent
af6739fdd7
commit
9c7f774a39
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user