mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
proxysql: don't reference openssl_3 explicitly
it's the default now
This commit is contained in:
parent
63adbbdb66
commit
0df0cbff94
@ -20,7 +20,7 @@
|
||||
, libuuid
|
||||
, lz4
|
||||
, nlohmann_json
|
||||
, openssl_3
|
||||
, openssl
|
||||
, pcre
|
||||
, perl
|
||||
, python2
|
||||
@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
bison
|
||||
(curl.override { openssl = openssl_3; })
|
||||
curl
|
||||
flex
|
||||
gnutls
|
||||
libgcrypt
|
||||
@ -101,7 +101,7 @@ stdenv.mkDerivation rec {
|
||||
{ f = "libev"; p = libev; }
|
||||
{ f = "libinjection"; p = libinjection; }
|
||||
{ f = "libmicrohttpd"; p = libmicrohttpd_0_9_70; }
|
||||
{ f = "libssl"; p = openssl_3; }
|
||||
{ f = "libssl"; p = openssl; }
|
||||
{ f = "lz4"; p = lz4; }
|
||||
{ f = "pcre"; p = pcre; }
|
||||
{ f = "re2"; p = re2; }
|
||||
|
Loading…
Reference in New Issue
Block a user