GNU bug report logs -
#45594
[PATCH] environment: remove unused modules.
Previous Next
Reported by: gfleury <gfleury <at> disroot.org>
Date: Fri, 1 Jan 2021 13:31:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
hi,
This patch removed two modules that seems not used.
All these relative tests pass:
-tests/guix-environment.sh
-tests/guix-environment-container.sh
[0001-environment-remove-unused-modules.patch (text/x-diff, inline)]
From df693d037d57b4b151c99324043486f2ff7fd0c4 Mon Sep 17 00:00:00 2001
From: guy fleury iteriteka <gfleury <at> disroot.org>
Date: Fri, 1 Jan 2021 14:35:11 +0200
Subject: [PATCH] environment: remove unused modules.
* guix/scripts/environment.scm(format): remove it.
(rdelim): Likewise.
---
guix/scripts/environment.scm | 2 --
1 file changed, 2 deletions(-)
diff --git a/guix/scripts/environment.scm b/guix/scripts/environment.scm
index 40af012..4310dcc 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)
--
2.20.1
This bug report was last modified 4 years and 222 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.