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
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 6 additions and 1 deletions

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