forked from mirrors/nixpkgs
gnupg: add NixOS tests to passthru
This commit is contained in:
parent
fe34d10e57
commit
e375feffbe
|
@ -1,5 +1,6 @@
|
|||
{ fetchurl, fetchpatch, lib, stdenv, pkg-config, libgcrypt, libassuan, libksba
|
||||
, libgpg-error, libiconv, npth, gettext, texinfo, buildPackages
|
||||
, nixosTests
|
||||
, guiSupport ? stdenv.isDarwin, enableMinimal ? false
|
||||
, adns, bzip2, gnutls, libusb1, openldap
|
||||
, pinentry, readline, sqlite, zlib
|
||||
|
@ -85,6 +86,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru.tests.connman = nixosTests.gnupg;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://gnupg.org";
|
||||
description = "Modern release of the GNU Privacy Guard, a GPL OpenPGP implementation";
|
||||
|
|
Loading…
Reference in a new issue