mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
mongodb-tools: use default openssl
https://github.com/NixOS/nixpkgs/issues/77503
This commit is contained in:
parent
2e33f671bf
commit
f5f06128b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user