From 58a92a258b332c18cb3bc83c9e087e547584f0e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 16 May 2025 08:19:00 -0700 Subject: [PATCH] qt6Packages.qgpgme: mark broken on Darwin --- pkgs/development/libraries/gpgme/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/libraries/gpgme/default.nix b/pkgs/development/libraries/gpgme/default.nix index a4dccb593338..25f4e6bce303 100644 --- a/pkgs/development/libraries/gpgme/default.nix +++ b/pkgs/development/libraries/gpgme/default.nix @@ -104,6 +104,8 @@ stdenv.mkDerivation rec { }; meta = with lib; { + # fatal error: 'QtCore/qcompare.h' file not found + broken = qtbase != null && stdenv.hostPlatform.isDarwin; homepage = "https://gnupg.org/software/gpgme/index.html"; changelog = "https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;f=NEWS;hb=gpgme-${version}"; description = "Library for making GnuPG easier to use";