opensmtpd-extras: fixup after mariadb changes
I hope this was the only package I've forgotten.
This commit is contained in:
parent
24805b00c0
commit
65dcc797eb
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ openssl libevent
|
buildInputs = [ openssl libevent
|
||||||
libasr python2 lua5 perl mariadb postgresql sqlite hiredis ];
|
libasr python2 lua5 perl mariadb.client postgresql sqlite hiredis ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--sysconfdir=/etc"
|
"--sysconfdir=/etc"
|
||||||
|
|
Loading…
Reference in New Issue