diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-04-24 12:35:06 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-04-25 00:45:34 +0200 |
commit | 01ac0e6be179500fae59c015a93addb5c7fdd4ee (patch) | |
tree | 532a1a3096c3a76749cfeb8897f408428ed4235f /gnu/system.scm | |
parent | 55111549e87e7def862a616c1d25234282f2fdd6 (diff) | |
download | patches-01ac0e6be179500fae59c015a93addb5c7fdd4ee.tar patches-01ac0e6be179500fae59c015a93addb5c7fdd4ee.tar.gz |
system: Add guile-readline and guile-colorized to %BASE-PACKAGES.
This adds pretty much nothing to the system closure size.
* gnu/system.scm (%base-packages): Add GUILE-READLINE and
GUILE-COLORIZED.
Diffstat (limited to 'gnu/system.scm')
-rw-r--r-- | gnu/system.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index c4f5740df2..b00d384fee 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -34,6 +34,7 @@ #:use-module (gnu packages base) #:use-module (gnu packages bash) #:use-module (gnu packages guile) + #:use-module (gnu packages guile-xyz) #:use-module (gnu packages admin) #:use-module (gnu packages linux) #:use-module (gnu packages pciutils) @@ -560,6 +561,7 @@ bookkeeping." ;; variant propagated by 'guile-final' and the GMP variant propagated ;; by 'gnutls', itself propagated by 'guix'. guile-2.2 + guile-readline guile-colorized ;; The packages below are also in %FINAL-INPUTS, so take them from ;; there to avoid duplication. |