Skip to content

Commit

Permalink
redland: use connector-c
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Dec 28, 2017
1 parent f09acaa commit 7de40c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/librdf/redland.nix
Expand Up @@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ perl pkgconfig ];

buildInputs = [ openssl libxslt curl pcre libxml2 ]
++ stdenv.lib.optional withMysql mysql
++ stdenv.lib.optional withMysql mysql.connector-c
++ stdenv.lib.optional withSqlite sqlite
++ stdenv.lib.optional withPostgresql postgresql
++ stdenv.lib.optional withBdb db;
Expand Down

0 comments on commit 7de40c8

Please sign in to comment.