mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 02:17:52 +00:00
Merge pull request #237572 from wegank/mariadb-fix
mariadb.client: fix build
This commit is contained in:
commit
9660231845
@ -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