mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 15:08:18 +00:00
mariadb.client: fix build
This commit is contained in:
parent
b98c731d4c
commit
9c9b62368e
@ -149,6 +149,9 @@ let
|
||||
./patch/cmake-plugin-includedir.patch
|
||||
];
|
||||
|
||||
buildInputs = common.buildInputs
|
||||
++ lib.optionals (lib.versionAtLeast common.version "10.7") [ fmt_8 ];
|
||||
|
||||
cmakeFlags = common.cmakeFlags ++ [
|
||||
"-DPLUGIN_AUTH_PAM=NO"
|
||||
"-DWITHOUT_SERVER=ON"
|
||||
|
Loading…
Reference in New Issue
Block a user