Loading pkgs/development/libraries/gpgme/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
pkgs/development/libraries/gpgme/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -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"; Loading