mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: dpkg: Run OpenPGP tests.
* gnu/packages/debian.scm (dpkg)[native-inputs]: Add gnupg.
This commit is contained in:
parent
5e3cfe9f63
commit
cb1bd6afcd
1 changed files with 1 additions and 0 deletions
|
@ -400,6 +400,7 @@ (define-public dpkg
|
|||
`(("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)))
|
||||
|
|
Loading…
Reference in a new issue