1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: dpkg: Run OpenPGP tests.

* gnu/packages/debian.scm (dpkg)[native-inputs]: Add gnupg.
This commit is contained in:
Tobias Geerinckx-Rice
2022-05-22 02:00:00 +02:00
parent 5e3cfe9f63
commit cb1bd6afcd

View File

@@ -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)))