summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-01-11 11:12:04 +0100
committerJon <jonringer@users.noreply.github.com>2020-01-11 13:01:21 -0800
commitf5f06128b4b111ca929edcc0ae9dc7d273412da3 (patch)
treead0f5ecf0e0d7abdffbb6bdb2a8b4c27d8aefae4
parentdhcp: fix homepage, quote (diff)
downloadnixpkgs-f5f06128b4b111ca929edcc0ae9dc7d273412da3.tar.gz
mongodb-tools: use default openssl
https://github.com/NixOS/nixpkgs/issues/77503
-rw-r--r--pkgs/tools/misc/mongodb-tools/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/mongodb-tools/default.nix b/pkgs/tools/misc/mongodb-tools/default.nix
index fd95faa40e15..dbccbf9b2f64 100644
--- a/pkgs/tools/misc/mongodb-tools/default.nix
+++ b/pkgs/tools/misc/mongodb-tools/default.nix
@@ -2,7 +2,7 @@
, lib
, buildGoPackage
, fetchFromGitHub
-, openssl_1_0_2
+, openssl
, pkgconfig
, libpcap
}:
@@ -36,7 +36,7 @@ in buildGoPackage {
};
nativeBuildInputs = [ pkgconfig ];
- buildInputs = [ openssl_1_0_2 libpcap ];
+ buildInputs = [ openssl libpcap ];
# Mongodb incorrectly names all of their binaries main
# Let's work around this with our own installer