Skip to content

Commit 58a92a2

Browse files
committed
qt6Packages.qgpgme: mark broken on Darwin
1 parent 2762875 commit 58a92a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/development/libraries/gpgme/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ stdenv.mkDerivation rec {
104104
};
105105

106106
meta = with lib; {
107+
# fatal error: 'QtCore/qcompare.h' file not found
108+
broken = qtbase != null && stdenv.hostPlatform.isDarwin;
107109
homepage = "https://gnupg.org/software/gpgme/index.html";
108110
changelog = "https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;f=NEWS;hb=gpgme-${version}";
109111
description = "Library for making GnuPG easier to use";

0 commit comments

Comments
 (0)