forked from mirrors/nixpkgs
c864ea9d03
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). |
||
---|---|---|
.. | ||
default.nix | ||
disable-python-tests.patch | ||
fix-clang-autoconf-undeclared-warning.patch | ||
fix_gpg_list_keys.diff | ||
python-310-detection-without-distutils.patch | ||
python-find-version-string-above-310.patch | ||
test_t-verify_double-plaintext.patch |