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:
@@ -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 .
|
||||||
|
|||||||
Reference in New Issue
Block a user