guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sicp: Remove unused module import.


From: guix-commits
Subject: branch master updated: gnu: sicp: Remove unused module import.
Date: Sun, 26 Jan 2020 18:49:34 -0500

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4144eb1  gnu: sicp: Remove unused module import.
4144eb1 is described below

commit 4144eb195c28cbfd1ca2a131cf4b64afcad713ae
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Jan 27 00:47:57 2020 +0100

    gnu: sicp: Remove unused module import.
    
    * gnu/packages/scheme.scm (sicp)[arguments]: Do not import (srfi srfi-1).
---
 gnu/packages/scheme.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index b0da2ac..c765125 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -638,12 +638,10 @@ threads.")
                        ("texinfo" ,texinfo)))
       (arguments
        `(#:modules ((guix build utils)
-                    (srfi srfi-1)
                     (srfi srfi-26))
          #:builder
          (begin
            (use-modules (guix build utils)
-                        (srfi srfi-1)
                         (srfi srfi-26))
            (let ((gzip (assoc-ref %build-inputs "gzip"))
                  (source (assoc-ref %build-inputs "source"))



reply via email to

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