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 { };
|
grv = callPackage ./grv { };
|
||||||
|
|
||||||
hub = callPackage ./hub {
|
hub = callPackage ./hub { };
|
||||||
inherit (darwin) Security;
|
|
||||||
};
|
|
||||||
|
|
||||||
lab = callPackage ./lab { };
|
lab = callPackage ./lab { };
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, buildGoPackage, fetchFromGitHub, groff, Security, utillinux }:
|
{ stdenv, buildGoPackage, fetchFromGitHub, groff, utillinux }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "hub";
|
pname = "hub";
|
||||||
@ -17,7 +17,6 @@ buildGoPackage rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ groff utillinux ];
|
nativeBuildInputs = [ groff utillinux ];
|
||||||
buildInputs = stdenv.lib.optional stdenv.isDarwin Security;
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user