[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)
- branch master updated (d005f80 -> 729f582), guix-commits, 2021/01/04
- 01/05: guix hash: Honor '-H' when used alongside '-r'., guix-commits, 2021/01/04
- 02/05: substitute: Handle "invalid session" GnuTLS errors on reused connections., guix-commits, 2021/01/04
- 04/05: environment: Remove unused modules.,
guix-commits <=
- 03/05: machine: ssh: Do not import the host (guix config), really., guix-commits, 2021/01/04
- 05/05: gnu: Add boxes., guix-commits, 2021/01/04