forked from mirrors/nixpkgs
gpgme: enable tests, they pass! :)
This commit is contained in:
parent
6424a1425c
commit
c02fc32e1d
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue