mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
lisp-modules: mysql -> mysql.connector-c
This commit is contained in:
parent
c288c843e7
commit
2bbb4810f4
@ -53,7 +53,7 @@ in
|
||||
cl-async-ssl = addNativeLibs [pkgs.openssl];
|
||||
cl-async-test = addNativeLibs [pkgs.openssl];
|
||||
clsql = x: {
|
||||
propagatedBuildInputs = with pkgs; [mysql postgresql sqlite zlib];
|
||||
propagatedBuildInputs = with pkgs; [mysql.connector-c postgresql sqlite zlib];
|
||||
overrides = y: (x.overrides y) // {
|
||||
preConfigure = ((x.overrides y).preConfigure or "") + ''
|
||||
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${pkgs.mysql.connector-c}/include/mysql"
|
||||
|
Loading…
Reference in New Issue
Block a user