Re-Revert "Merge branch 'staging-next'"
This reverts commit f8a8fc6c7c.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchurl, pkgconfig, openssl, libxslt, perl
|
||||
, curl, pcre, libxml2, librdf_rasqal, gmp
|
||||
, mysql, withMysql ? false
|
||||
, libmysqlclient, withMysql ? false
|
||||
, postgresql, withPostgresql ? false
|
||||
, sqlite, withSqlite ? true
|
||||
, db, withBdb ? false
|
||||
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ perl pkgconfig ];
|
||||
|
||||
buildInputs = [ openssl libxslt curl pcre libxml2 gmp ]
|
||||
++ stdenv.lib.optional withMysql mysql.connector-c
|
||||
++ stdenv.lib.optional withMysql libmysqlclient
|
||||
++ stdenv.lib.optional withSqlite sqlite
|
||||
++ stdenv.lib.optional withPostgresql postgresql
|
||||
++ stdenv.lib.optional withBdb db;
|
||||
|
||||
Reference in New Issue
Block a user