guix-commits
[Top][All Lists]
Advanced

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

04/05: environment: Remove unused modules.


From: guix-commits
Subject: 04/05: environment: Remove unused modules.
Date: Mon, 4 Jan 2021 05:53:46 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 0aed31be661fc6d8811525d7bb7c4a30237ea2c6
Author: guy fleury iteriteka <gfleury@disroot.org>
AuthorDate: Fri Jan 1 14:35:11 2021 +0200

    environment: Remove unused modules.
    
    * guix/scripts/environment.scm: Do not use (ice-9 format) and (ice-9
    rdelim).
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 guix/scripts/environment.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/guix/scripts/environment.scm b/guix/scripts/environment.scm
index e435bf0..fbc202c 100644
--- a/guix/scripts/environment.scm
+++ b/guix/scripts/environment.scm
@@ -42,9 +42,7 @@
   #:use-module (gnu packages bash)
   #:use-module ((gnu packages bootstrap)
                 #:select (bootstrap-executable %bootstrap-guile))
-  #:use-module (ice-9 format)
   #:use-module (ice-9 match)
-  #:use-module (ice-9 rdelim)
   #:use-module (srfi srfi-1)
   #:use-module (srfi srfi-11)
   #:use-module (srfi srfi-26)



reply via email to

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