Skip to content
Snippets Groups Projects
Unverified Commit 10b507b2 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

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

* gnu/packages/guile.scm (package-for-guile-2.2): Remove.
parent 40864d79
No related branches found
No related tags found
No related merge requests found
...@@ -388,14 +388,9 @@ (define (guile-variant-package-name prefix) ...@@ -388,14 +388,9 @@ (define (guile-variant-package-name prefix)
(string-length "guile-"))) (string-length "guile-")))
name))) 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 (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)) (package-input-rewriting `((,guile-2.2 . ,guile-2.0))
(guile-variant-package-name "guile2.0"))) (guile-variant-package-name "guile2.0")))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment