gnupg: add NixOS tests to passthru

This commit is contained in:
rnhmjoj
2023-02-07 08:47:14 +01:00
parent fe34d10e57
commit e375feffbe
+3
View File
@@ -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";