nixpkgs/pkgs/development/libraries/gpgme
Adam Joseph c864ea9d03
gpgme: respect the doCheck parameter
The current `gpgme` expression ignores the `doCheck` parameter because
upstream's `Makefile` runs the tests automatically as part of the
`buildPhase`.  Let's run the tests as part of the `checkPhase` iff
`doCheck` is set, like the rest of nixpkgs' packages.

In particular, with this commit, `pkgsCross.*.gpgme` will no longer
attempt to run the tests (tests are not supposed to be run when
host!=build).
2022-08-18 07:49:15 +00:00
..
default.nix gpgme: respect the doCheck parameter 2022-08-18 07:49:15 +00:00
disable-python-tests.patch
fix_gpg_list_keys.diff
fix-clang-autoconf-undeclared-warning.patch
python-310-detection-without-distutils.patch gpgme: fix python 3.10 support, try 2 2022-02-20 00:04:23 +01:00
python-find-version-string-above-310.patch gpgme: fix python 3.10 support, try 2 2022-02-20 00:04:23 +01:00
test_t-verify_double-plaintext.patch python3.pkgs.gpgme: fix a test 2022-07-08 08:55:06 +02:00