3
0
Fork 0
forked from mirrors/nixpkgs

gpgme: enable tests, they pass! :)

This commit is contained in:
Will Dietz 2018-10-12 21:45:02 -05:00
parent 6424a1425c
commit c02fc32e1d

View file

@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
checkInputs = [ which ];
doCheck = false; # fails 8 out of 26 tests with "GPGME: Decryption failed". Spooky!
doCheck = true;
meta = with stdenv.lib; {
homepage = https://gnupg.org/software/gpgme/index.html;