From fbeaf0e6128d4341dcc4a0f520b8360da9242981 Mon Sep 17 00:00:00 2001 From: Will Cohen Date: Wed, 13 Apr 2022 11:42:05 -0400 Subject: [PATCH] libsForQt5.qca-qt5: mark as broken on darwin --- pkgs/development/libraries/qca-qt5/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/libraries/qca-qt5/default.nix b/pkgs/development/libraries/qca-qt5/default.nix index d10ebbdd4b7..b85a3ad8c7a 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; }; }