guix-patches
[Top][All Lists]
Advanced

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

[bug#45594] [PATCH] environment: remove unused modules.


From: gfleury
Subject: [bug#45594] [PATCH] environment: remove unused modules.
Date: Fri, 01 Jan 2021 15:29:55 +0200

hi,

This patch removed two modules that seems not used.
All these relative tests pass:

  -tests/guix-environment.sh
  -tests/guix-environment-container.sh

>From df693d037d57b4b151c99324043486f2ff7fd0c4 Mon Sep 17 00:00:00 2001
From: guy fleury iteriteka <gfleury@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


reply via email to

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