3
0
Fork 0
forked from mirrors/nixpkgs

wal-g: remove Security

Not needed now that Security is propagated via go 0bba7474b3
This commit is contained in:
zowoq 2020-04-13 12:57:41 +10:00
parent 56480fe64c
commit c217a1a7e8
2 changed files with 4 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{ stdenv, buildGoModule, fetchFromGitHub, brotli, Security }:
{ stdenv, buildGoModule, fetchFromGitHub, brotli }:
buildGoModule rec {
pname = "wal-g";
@ -13,7 +13,7 @@ buildGoModule rec {
modSha256 = "0kwl5gwc5gc0cq2gldg13nvswp9wd90xiv1qb3g8yxcczywkpmrm";
buildInputs = [ brotli ] ++ stdenv.lib.optionals stdenv.isDarwin [ Security ];
buildInputs = [ brotli ];
doCheck = true;

View file

@ -26290,9 +26290,7 @@ in
dsniff = callPackage ../tools/networking/dsniff {};
wal-g = callPackage ../tools/backup/wal-g {
inherit (darwin.apple_sdk.frameworks) Security;
};
wal-g = callPackage ../tools/backup/wal-g { };
tlwg = callPackage ../data/fonts/tlwg { };