gitAndTools.hub: remove Security

Not needed now that Security is propagated via go https://github.com/NixOS/nixpkgs/commit/0bba7474b3e6c8cef36960614446447d38ec04c9
This commit is contained in:
zowoq
2020-04-13 13:08:11 +10:00
parent 8660728070
commit 56480fe64c
2 changed files with 2 additions and 5 deletions
@@ -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 .