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
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

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