diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-09-22 23:11:33 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-09-22 23:11:33 +0200 |
commit | 4b164c45325f93559aac4fba08627836a525b2fd (patch) | |
tree | 469a709f1064cd9e08006880c41e3620cd68420d /gnu/system.scm | |
parent | f07aa672fddd7b5405fc730ffebcda67daa71ae1 (diff) | |
download | guix-4b164c45325f93559aac4fba08627836a525b2fd.tar guix-4b164c45325f93559aac4fba08627836a525b2fd.tar.gz |
system: Add Patch to '%base-packages'.
* gnu/system.scm (%base-packages): Add PATCH.
Diffstat (limited to 'gnu/system.scm')
-rw-r--r-- | gnu/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index d15c864384..ed8289b375 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -311,7 +311,7 @@ explicitly appear in OS." ;; 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. |