1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

maint: Add gnupg to the manifest.

* manifest.scm: Add gnupg.

Change-Id: Id5e90f87e5c3a07aa3e49afa97cc0b6d3ce71b41
This commit is contained in:
Ludovic Courtès
2024-01-31 09:06:38 +01:00
parent 323b58ac18
commit 66dd088d3c

View File

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