summaryrefslogtreecommitdiff
path: root/guix/scripts/environment.scm
diff options
context:
space:
mode:
authorguy fleury iteriteka <gfleury@disroot.org>2021-01-01 14:35:11 +0200
committerLudovic Courtès <ludo@gnu.org>2021-01-04 11:51:48 +0100
commit0aed31be661fc6d8811525d7bb7c4a30237ea2c6 (patch)
tree99f3264763e958f884a9406115a68bf1123d3984 /guix/scripts/environment.scm
parent61d8bd56a4644a72b964b680456da4332eb1ef6d (diff)
downloadguix-patches-0aed31be661fc6d8811525d7bb7c4a30237ea2c6.tar
guix-patches-0aed31be661fc6d8811525d7bb7c4a30237ea2c6.tar.gz
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>
Diffstat (limited to 'guix/scripts/environment.scm')
-rw-r--r--guix/scripts/environment.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/guix/scripts/environment.scm b/guix/scripts/environment.scm
index e435bf0ce4..fbc202c658 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)