mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
maint: Add perl to the manifest.
* manifest.scm: Add perl. Change-Id: Ie70cea1eb4d62f2a649292209391a92abdae2288
This commit is contained in:
parent
4d994f98a4
commit
049273bb8c
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2022 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||
;;; Copyright © 2022, 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -26,10 +26,14 @@
|
|||
|
||||
(use-modules (guix profiles)
|
||||
(gnu packages gnupg)
|
||||
(gnu packages perl)
|
||||
(gnu packages package-management))
|
||||
|
||||
(concatenate-manifests
|
||||
(list (package->development-manifest guix)
|
||||
|
||||
;; Extra packages used by make dist.
|
||||
(packages->manifest (list perl))
|
||||
|
||||
;; Extra packages used by unit tests.
|
||||
(packages->manifest (list gnupg))))
|
||||
|
|
Loading…
Reference in a new issue