mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 19:24:20 +00:00
kubescape: Unbreak for darwin
This commit is contained in:
parent
b3f3c1b13f
commit
c6b2bffd35
@ -21,7 +21,8 @@ buildGoModule rec {
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
vendorHash = "sha256-iwcwhBX/Kl55G8SrI1mmkP5bj8BrLAGBdk3UnK1Xfag=";
|
||||
proxyVendor = true;
|
||||
vendorHash = "sha256-JWpviZqegrIUIOtGG6yvDGxq30TUw+fZcqCJevYqxvY";
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
||||
@ -89,6 +90,5 @@ buildGoModule rec {
|
||||
jk
|
||||
];
|
||||
mainProgram = "kubescape";
|
||||
broken = stdenv.isDarwin;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user