diff options
| author | Emily Trau <emily@downunderctf.com> | 2023-11-29 12:41:25 +1100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-11-29 05:49:01 +0000 |
| commit | de108b11bb0a09a084e67fafe2623d1b80292ac3 (patch) | |
| tree | 9df1ef9ad19e886b156084ba76ef4257946db9be | |
| parent | ocamlPackages.bap: use LLVM 14 (diff) | |
| download | nixpkgs-origin/backport-270781-to-release-23.11.tar.gz | |
poco: fix static buildorigin/backport-270781-to-release-23.11
(cherry picked from commit 369650ef388e4a6488b1783dc747cab7559a90d4)
| -rw-r--r-- | pkgs/development/libraries/poco/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/poco/default.nix b/pkgs/development/libraries/poco/default.nix index b3037c463e52..b4ba1790d58d 100644 --- a/pkgs/development/libraries/poco/default.nix +++ b/pkgs/development/libraries/poco/default.nix @@ -22,8 +22,8 @@ stdenv.mkDerivation rec { MYSQL_DIR = libmysqlclient; MYSQL_INCLUDE_DIR = "${MYSQL_DIR}/include/mysql"; - cmakeFlags = [ - "-DPOCO_UNBUNDLED=ON" + configureFlags = [ + "--unbundled" ]; postFixup = '' |
