Skip to content

Commit

Permalink
proxysql: don't reference openssl_3 explicitly
Browse files Browse the repository at this point in the history
it's the default now
  • Loading branch information
ajs124 committed Aug 17, 2022

Unverified

No user is associated with the committer email.
1 parent 63adbbd commit 0df0cbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/sql/proxysql/default.nix
Original file line number Diff line number Diff line change
@@ -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; }

0 comments on commit 0df0cbf

Please sign in to comment.