about summary refs log tree commit diff
path: root/pkgs/development/libraries/python-qt
diff options
context:
space:
mode:
authorGuilhem Saurel <guilhem.saurel@laas.fr>2024-04-16 11:58:34 +0200
committerGuilhem Saurel <guilhem.saurel@laas.fr>2024-04-16 11:58:34 +0200
commita69334e5ad3b90ccd3ce009e5e088e33827e874a (patch)
tree402fd3880202810a44912d07aff9f9e14dd069f4 /pkgs/development/libraries/python-qt
parent7246b5035cfabc26b9fa7fb9eaad94527457311a (diff)
python-qt: fix for darwin
Diffstat (limited to 'pkgs/development/libraries/python-qt')
-rw-r--r--pkgs/development/libraries/python-qt/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/libraries/python-qt/default.nix b/pkgs/development/libraries/python-qt/default.nix
index 34af8281ba81d..e17136b47a502 100644
--- a/pkgs/development/libraries/python-qt/default.nix
+++ b/pkgs/development/libraries/python-qt/default.nix
@@ -28,6 +28,12 @@ stdenv.mkDerivation (finalAttrs: {
       url = "https://github.com/MeVisLab/pythonqt/pull/197/commits/c35d1efd00b83e0ebd826d7ed8454f3684ddffff.patch";
       hash = "sha256-WJBLPdMemuKlZWoqYVU9TXldoDpaBm84RxkepIaocUQ=";
     })
+    # same for darwin. not yet merged upstream.
+    (fetchpatch {
+      name = "fix-format-security-darwin.patch";
+      url = "https://github.com/MeVisLab/pythonqt/pull/207/commits/4d5a742bccdc4e98ad862f028b96debe4c195906.patch";
+      hash = "sha256-u3aDi9ncv7CuKYrz5JC1s1Xjy4d9z07mEqQmobtdzKU=";
+    })
   ];
 
   nativeBuildInputs = [