From cb1bd6afcdc8ab6b8f7e626864d2d7253dcd737c Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 22 May 2022 02:00:00 +0200 Subject: gnu: dpkg: Run OpenPGP tests. * gnu/packages/debian.scm (dpkg)[native-inputs]: Add gnupg. --- gnu/packages/debian.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/debian.scm') diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm index 62bddede02..2056d8c6a5 100644 --- a/gnu/packages/debian.scm +++ b/gnu/packages/debian.scm @@ -400,6 +400,7 @@ other apt sources typically provided by open source developers.") `(("autoconf" ,autoconf) ("automake" ,automake) ("gettext" ,gettext-minimal) + ("gnupg" ,gnupg) ; to run t/Dpkg_OpenPGP.t ("libtool" ,libtool) ("pkg-config" ,pkg-config) ("perl-io-string" ,perl-io-string))) -- cgit v1.2.3