1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

opensmtpd-extras: fixup after mariadb changes

I hope this was the only package I've forgotten.
This commit is contained in:
Vladimír Čunát 2016-08-07 22:39:48 +02:00
parent 24805b00c0
commit 65dcc797eb

View file

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ openssl libevent
libasr python2 lua5 perl mariadb postgresql sqlite hiredis ];
libasr python2 lua5 perl mariadb.client postgresql sqlite hiredis ];
configureFlags = [
"--sysconfdir=/etc"