gitAndTools.hub: remove Security

Not needed now that Security is propagated via go 0bba7474b3
This commit is contained in:
zowoq 2020-04-13 12:56:48 +10:00
parent 8660728070
commit 56480fe64c
2 changed files with 2 additions and 5 deletions

View File

@ -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 { };

View File

@ -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 .