gpgme: make tests run, but disable. Spooky!
This commit is contained in:
parent
880c9b5185
commit
97aa8b164e
|
@ -44,6 +44,10 @@ stdenv.mkDerivation rec {
|
||||||
# https://www.gnupg.org/documentation/manuals/gpgme/Largefile-Support-_0028LFS_0029.html
|
# https://www.gnupg.org/documentation/manuals/gpgme/Largefile-Support-_0028LFS_0029.html
|
||||||
++ lib.optional (system == "i686-linux") "-D_FILE_OFFSET_BITS=64";
|
++ lib.optional (system == "i686-linux") "-D_FILE_OFFSET_BITS=64";
|
||||||
|
|
||||||
|
checkInputs = [ which ];
|
||||||
|
|
||||||
|
doCheck = false; # fails 8 out of 26 tests with "GPGME: Decryption failed". Spooky!
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://gnupg.org/software/gpgme/index.html;
|
homepage = https://gnupg.org/software/gpgme/index.html;
|
||||||
description = "Library for making GnuPG easier to use";
|
description = "Library for making GnuPG easier to use";
|
||||||
|
|
Loading…
Reference in New Issue