guardian-agent: mark broken on darwin

This commit is contained in:
Stanisław Pitucha 2023-03-19 16:28:12 +11:00
parent 3b8e15b8d3
commit cbe5191d8b

View file

@ -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
};
}