about summary refs log tree commit diff
path: root/pkgs/development/libraries/qca-qt5
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-09 02:56:02 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2023-01-09 02:56:02 +0100
commit60445aa40e5b4c46792f6d1fe4355f09a105b735 (patch)
tree8eb6d8d7c10a60b9bfbb840c7d465fb7ba26abd1 /pkgs/development/libraries/qca-qt5
parent85be954926ddcbd4d01d75ec37cfa81c312cc7bd (diff)
libsForQt5.qca-qt5: unbreak on darwin
Diffstat (limited to 'pkgs/development/libraries/qca-qt5')
-rw-r--r--pkgs/development/libraries/qca-qt5/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/libraries/qca-qt5/default.nix b/pkgs/development/libraries/qca-qt5/default.nix
index b85a3ad8c7a71..d10ebbdd4b772 100644
--- a/pkgs/development/libraries/qca-qt5/default.nix
+++ b/pkgs/development/libraries/qca-qt5/default.nix
@@ -26,8 +26,5 @@ 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;
   };
 }