senv: mark broken on darwin
This commit is contained in:
parent
657a43860e
commit
3d97d9cc46
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, buildGoModule, fetchFromGitHub }:
|
||||
{ lib, stdenv, buildGoModule, fetchFromGitHub }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "senv";
|
||||
|
@ -20,5 +20,6 @@ buildGoModule rec {
|
|||
homepage = "https://github.com/SpectralOps/senv";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||
broken = stdenv.isDarwin; # needs golang.org/x/sys bump
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue