gmp{4,5}: mark broken on x86_64-darwin
This commit is contained in:
parent
8cd5314d67
commit
6d7cbba899
2 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,7 @@ let self = stdenv.mkDerivation rec {
|
|||
|
||||
maintainers = [ ];
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
badPlatforms = [ "x86_64-darwin" ];
|
||||
};
|
||||
};
|
||||
in self
|
||||
|
|
|
@ -71,6 +71,7 @@ let self = stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
platforms = platforms.all;
|
||||
badPlatforms = [ "x86_64-darwin" ];
|
||||
maintainers = [ maintainers.peti ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue