summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmily Trau <emily@downunderctf.com>2023-11-29 12:41:25 +1100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-29 05:49:01 +0000
commitde108b11bb0a09a084e67fafe2623d1b80292ac3 (patch)
tree9df1ef9ad19e886b156084ba76ef4257946db9be
parentocamlPackages.bap: use LLVM 14 (diff)
downloadnixpkgs-origin/backport-270781-to-release-23.11.tar.gz
(cherry picked from commit 369650ef388e4a6488b1783dc747cab7559a90d4)
-rw-r--r--pkgs/development/libraries/poco/default.nix4
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 = ''