nckx pushed a commit to branch master
in repository guix.

commit cb1bd6afcdc8ab6b8f7e626864d2d7253dcd737c
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun May 22 02:00:00 2022 +0200

    gnu: dpkg: Run OpenPGP tests.
    
    * gnu/packages/debian.scm (dpkg)[native-inputs]: Add gnupg.
---
 gnu/packages/debian.scm | 1 +
 1 file changed, 1 insertion(+)

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

Reply via email to