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

This commit is contained in:
dotlambda 2025-05-18 23:03:11 -07:00 committed by GitHub
commit 2450a1ecfd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";