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>
This commit is contained in:
guy fleury iteriteka 2021-01-01 14:35:11 +02:00 committed by Ludovic Courtès
parent 61d8bd56a4
commit 0aed31be66
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -42,9 +42,7 @@ (define-module (guix scripts environment)
#: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)