gitAndTools.hub: remove Security
Not needed now that Security is propagated via go 0bba7474b3
This commit is contained in:
parent
8660728070
commit
56480fe64c
@ -173,9 +173,7 @@ let
|
||||
|
||||
grv = callPackage ./grv { };
|
||||
|
||||
hub = callPackage ./hub {
|
||||
inherit (darwin) Security;
|
||||
};
|
||||
hub = callPackage ./hub { };
|
||||
|
||||
lab = callPackage ./lab { };
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ stdenv, buildGoPackage, fetchFromGitHub, groff, Security, utillinux }:
|
||||
{ stdenv, buildGoPackage, fetchFromGitHub, groff, utillinux }:
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "hub";
|
||||
@ -17,7 +17,6 @@ buildGoPackage rec {
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ groff utillinux ];
|
||||
buildInputs = stdenv.lib.optional stdenv.isDarwin Security;
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs .
|
||||
|
Loading…
Reference in New Issue
Block a user