unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: gfleury via Guix-patches via <guix-patches@gnu.org>
To: 45594@debbugs.gnu.org
Subject: [bug#45594] [PATCH] environment: remove unused modules.
Date: Fri, 01 Jan 2021 15:29:55 +0200	[thread overview]
Message-ID: <87r1n4yecs.fsf@disroot.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

hi,

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

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-environment-remove-unused-modules.patch --]
[-- Type: text/x-diff, Size: 890 bytes --]

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	other threads:[~2021-01-01 13:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-01 13:29 gfleury via Guix-patches via [this message]
2021-01-04 10:32 ` bug#45594: [PATCH] environment: remove unused modules Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r1n4yecs.fsf@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=45594@debbugs.gnu.org \
    --cc=gfleury@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).