mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
senv: mark broken on darwin
This commit is contained in:
parent
657a43860e
commit
3d97d9cc46
@ -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 New Issue
Block a user