about summary refs log tree commit diff
path: root/pkgs/development/libraries/qca-qt5
diff options
context:
space:
mode:
authorWill Cohen <willcohen@users.noreply.github.com>2022-04-13 11:42:05 -0400
committerWill Cohen <willcohen@users.noreply.github.com>2022-04-13 11:42:05 -0400
commitfbeaf0e6128d4341dcc4a0f520b8360da9242981 (patch)
treea332ef79d063035c7b56e491dd8e82ec2f4b7faf /pkgs/development/libraries/qca-qt5
parent252458b9c556a31c5c52f3e9ead169ef49e38d29 (diff)
libsForQt5.qca-qt5: mark as broken on darwin
Diffstat (limited to 'pkgs/development/libraries/qca-qt5')
-rw-r--r--pkgs/development/libraries/qca-qt5/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/libraries/qca-qt5/default.nix b/pkgs/development/libraries/qca-qt5/default.nix
index d10ebbdd4b772..b85a3ad8c7a71 100644
--- a/pkgs/development/libraries/qca-qt5/default.nix
+++ b/pkgs/development/libraries/qca-qt5/default.nix
@@ -26,5 +26,8 @@ stdenv.mkDerivation rec {
     maintainers = with maintainers; [ ttuegel ];
     license = licenses.lgpl21Plus;
     platforms = with platforms; unix;
+    # until macOS SDK supports Qt 5.15, 2.3.2 is the highest version of qca-qt5
+    # that works on darwin
+    broken = stdenv.isDarwin;
   };
 }