mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
tev: mark broken on darwin
This commit is contained in:
parent
6b396c292c
commit
b5b79d6a42
@ -49,6 +49,7 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
badPlatforms = [ "aarch64-linux" ]; # fails on Hydra since forever
|
badPlatforms = [ "aarch64-linux" ]; # fails on Hydra since forever
|
||||||
|
broken = stdenv.isDarwin; # needs apple frameworks + SDK fix? see #205247
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user