mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
maint: Add gnupg to the manifest.
* manifest.scm: Add gnupg. Change-Id: Id5e90f87e5c3a07aa3e49afa97cc0b6d3ce71b41
This commit is contained in:
parent
323b58ac18
commit
66dd088d3c
1 changed files with 6 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Reference in a new issue