aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2019-09-21 13:14:09 +0200
committerVladimír Čunát <v@cunat.cz>2019-09-21 13:14:09 +0200
commit41af38f3728bd64b80721c44ed1fb019978cbc1b (patch)
treef95e41e3f80b5f9f1f5a6c3462b6352a12575c40 /pkgs/development/ocaml-modules
parentf0fec244ca380b9d3e617ee7b419c59758c8b0f1 (diff)
parent22d7eb74d9b554fe6a18e6542ff85bc38f0bc923 (diff)
Merge branch 'staging-next'
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/mysql/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/mysql/default.nix b/pkgs/development/ocaml-modules/mysql/default.nix
index 1986f7e48f6..9be5ebf8a7b 100644
--- a/pkgs/development/ocaml-modules/mysql/default.nix
+++ b/pkgs/development/ocaml-modules/mysql/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, fetchpatch, ocaml, findlib, mysql }:
+{ stdenv, fetchurl, fetchpatch, ocaml, findlib, libmysqlclient }:
# TODO: la versione stabile da' un errore di compilazione dovuto a
# qualche cambiamento negli header .h
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
createFindlibDestdir = true;
- propagatedBuildInputs = [ mysql.connector-c ];
+ propagatedBuildInputs = [ libmysqlclient ];
patches = [
(fetchpatch {