guix-commits
[Top][All Lists]
Advanced

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

03/03: maint: Add gnupg to the manifest.


From: guix-commits
Subject: 03/03: maint: Add gnupg to the manifest.
Date: Wed, 31 Jan 2024 03:11:59 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 66dd088d3c3404f5cbe2d4d4c5e8f93d184703b0
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jan 31 09:06:38 2024 +0100

    maint: Add gnupg to the manifest.
    
    * manifest.scm: Add gnupg.
    
    Change-Id: Id5e90f87e5c3a07aa3e49afa97cc0b6d3ce71b41
---
 manifest.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/manifest.scm b/manifest.scm
index bcd94b68c5..f328183211 100644
--- a/manifest.scm
+++ b/manifest.scm
@@ -25,6 +25,11 @@
 ;;     guix shell --pure git git:send-email openssh
 
 (use-modules (guix profiles)
+             (gnu packages gnupg)
              (gnu packages package-management))
 
-(package->development-manifest guix)
+(concatenate-manifests
+ (list (package->development-manifest guix)
+
+       ;; Extra packages used by unit tests.
+       (packages->manifest (list gnupg))))



reply via email to

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