~ruther/guix-local

429046e9dd38a8cd9e569172f2f23dce3d61cbf3 — Ludovic Courtès 9 years ago 6520904
system: Use Guile 2.2 rather than 2.0 in %BASE-PACKAGES.

* gnu/system.scm (%base-packages): Change GUILE-2.0 to GUILE-2.2.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/system.scm
M gnu/system.scm => gnu/system.scm +1 -1
@@ 494,7 494,7 @@ explicitly appear in OS."
         ;; The packages below are also in %FINAL-INPUTS, so take them from
         ;; there to avoid duplication.
         (map canonical-package
              (list guile-2.0 bash coreutils-8.27 findutils grep sed
              (list guile-2.2 bash coreutils-8.27 findutils grep sed
                    diffutils patch gawk tar gzip bzip2 xz lzip))))

(define %default-issue