guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/10: system: Add guile-readline and guile-colorized to %BASE-PACKAGES.


From: guix-commits
Subject: 02/10: system: Add guile-readline and guile-colorized to %BASE-PACKAGES.
Date: Wed, 24 Apr 2019 18:46:13 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 01ac0e6be179500fae59c015a93addb5c7fdd4ee
Author: Ludovic Courtès <address@hidden>
Date:   Wed Apr 24 12:35:06 2019 +0200

    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.
---
 gnu/system.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/system.scm b/gnu/system.scm
index c4f5740..b00d384 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]