guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: dpkg: Run OpenPGP tests.


From: guix-commits
Subject: 02/03: gnu: dpkg: Run OpenPGP tests.
Date: Wed, 25 May 2022 13:49:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cb1bd6afcdc8ab6b8f7e626864d2d7253dcd737c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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

[Prev in Thread] Current Thread [Next in Thread]