mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #221963 from viraptor/guardian-agent-darwin-broken
guardian-agent: mark broken on darwin
This commit is contained in:
commit
28376bd385
@ -3,6 +3,7 @@
|
||||
, lib
|
||||
, autossh
|
||||
, makeWrapper
|
||||
, stdenv
|
||||
}:
|
||||
|
||||
buildGoPackage rec {
|
||||
@ -41,5 +42,6 @@ buildGoPackage rec {
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ mmahut ];
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.isDarwin; # x/sys/unix needs an update, but software is unmaintained
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user