mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
system: Add Patch to '%base-packages'.
* gnu/system.scm (%base-packages): Add PATCH.
This commit is contained in:
parent
f07aa672fd
commit
4b164c4532
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ (define %base-packages
|
|||
;; there to avoid duplication.
|
||||
(map canonical-package
|
||||
(list guile-2.0 bash coreutils findutils grep sed
|
||||
diffutils gawk tar gzip bzip2 xz lzip))))
|
||||
diffutils patch gawk tar gzip bzip2 xz lzip))))
|
||||
|
||||
(define %default-issue
|
||||
;; Default contents for /etc/issue.
|
||||
|
|
Loading…
Reference in a new issue