We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c970222 + 58a92a2 commit 2450a1eCopy full SHA for 2450a1e
pkgs/development/libraries/gpgme/default.nix
@@ -104,6 +104,8 @@ stdenv.mkDerivation rec {
104
};
105
106
meta = with lib; {
107
+ # fatal error: 'QtCore/qcompare.h' file not found
108
+ broken = qtbase != null && stdenv.hostPlatform.isDarwin;
109
homepage = "https://gnupg.org/software/gpgme/index.html";
110
changelog = "https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;f=NEWS;hb=gpgme-${version}";
111
description = "Library for making GnuPG easier to use";
0 commit comments