3
0
Fork 0
forked from mirrors/nixpkgs

gnupg: add NixOS tests to passthru

This commit is contained in:
rnhmjoj 2023-02-02 18:21:46 +01:00
parent fe34d10e57
commit e375feffbe
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450

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";