qt6Packages.qgpgme: mark broken on Darwin (#407651)

dotlambda 2450a1ec c9702227

Changed files
+2
pkgs
development
libraries
gpgme
+2
pkgs/development/libraries/gpgme/default.nix
···
};
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";