guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: Remove now unused 'package-for-guile-2.2' procedure.


From: guix-commits
Subject: 01/04: gnu: Remove now unused 'package-for-guile-2.2' procedure.
Date: Mon, 28 Jan 2019 09:48:38 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 10b507b234b627cb076f58c8e21a8b4088593b3e
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jan 28 11:53:51 2019 +0100

    gnu: Remove now unused 'package-for-guile-2.2' procedure.
    
    * gnu/packages/guile.scm (package-for-guile-2.2): Remove.
---
 gnu/packages/guile.scm | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 09f6676..869fec9 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -388,14 +388,9 @@ address@hidden  Use the @code{(ice-9 readline)} module and 
call its
                                     (string-length "guile-")))
         name)))
 
-(define package-for-guile-2.2
-  ;; A procedure that rewrites the dependency tree of the given package to use
-  ;; GUILE-2.2 instead of GUILE-2.0.
-  (package-input-rewriting `((,guile-2.0 . ,guile-2.2))
-                           (guile-variant-package-name "guile2.2")))
-
 (define package-for-guile-2.0
-  ;; Likewise, but the other way around.  :-)
+  ;; A procedure that rewrites the dependency tree of the given package to use
+  ;; GUILE-2.0 instead of GUILE-2.2.
   (package-input-rewriting `((,guile-2.2 . ,guile-2.0))
                            (guile-variant-package-name "guile2.0")))
 



reply via email to

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