Revert "Merge branch 'staging-next'"
This reverts commit41af38f372, reversing changes made tof0fec244ca. Let's delay this. We have some serious regressions.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, openssl, libevent, libasr,
|
||||
python2, pkgconfig, lua5, perl, libmysqlclient, postgresql, sqlite, hiredis,
|
||||
python2, pkgconfig, lua5, perl, mysql, postgresql, sqlite, hiredis,
|
||||
enablePython ? true,
|
||||
enableLua ? true,
|
||||
enablePerl ? true,
|
||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ openssl libevent
|
||||
libasr python2 lua5 perl libmysqlclient postgresql sqlite hiredis ];
|
||||
libasr python2 lua5 perl mysql.connector-c postgresql sqlite hiredis ];
|
||||
|
||||
configureFlags = [
|
||||
"--sysconfdir=/etc"
|
||||
@@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
|
||||
stdenv.lib.optional enableRedis
|
||||
"-I${hiredis}/include/hiredis -lhiredis"
|
||||
++ stdenv.lib.optional enableMysql
|
||||
"-L${libmysqlclient}/lib/mysql";
|
||||
"-L${mysql.connector-c}/lib/mysql";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.opensmtpd.org/;
|
||||
|
||||
Reference in New Issue
Block a user