mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-06 23:31:34 +00:00
bazel-remote: Mark as broken on Darwin
It currently fails during compilation because C++ standard header files cannot be found.
This commit is contained in:
parent
a6e18b4758
commit
a42d59b208
|
@ -4,6 +4,7 @@
|
|||
, git
|
||||
, go
|
||||
, lib
|
||||
, stdenv
|
||||
}:
|
||||
|
||||
buildBazelPackage rec {
|
||||
|
@ -86,5 +87,6 @@ buildBazelPackage rec {
|
|||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.uri-canva ];
|
||||
platforms = platforms.darwin ++ platforms.linux;
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue