guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Revert "gnu: Add guile3.0-commonmark."


From: guix-commits
Subject: branch master updated: Revert "gnu: Add guile3.0-commonmark."
Date: Mon, 20 Jan 2020 18:06:57 -0500

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

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fa730a9  Revert "gnu: Add guile3.0-commonmark."
fa730a9 is described below

commit fa730a9780475846b038cb99b1dc47fd43c67e1c
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue Jan 21 00:05:50 2020 +0100

    Revert "gnu: Add guile3.0-commonmark."
    
    This reverts commit 346386f3f7a3a00720e5423fa5900a1b3facb702.
    
    A Guile 3.0 variant had already been added with commit
    1fa342323619372326106fb923e72ae7beecb5e6.
---
 gnu/packages/guile-xyz.scm | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 74cd67b..e9a15ba 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2090,15 +2090,6 @@ key-value cache and store.")
                      "3.0 2.2 2.0"))
                   #t))))
     (build-system gnu-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'support-guile-3.0
-           (lambda _
-             (substitute* "configure"
-               (("_guile_versions_to_search=\"2.2")
-                "_guile_versions_to_search=\"3.0 2.2"))
-             #t)))))
     (inputs
      `(("guile" ,guile-2.2)))
     (native-inputs
@@ -2125,12 +2116,6 @@ is no support for parsing block and inline level HTML.")
     (name "guile2.0-commonmark")
     (inputs `(("guile" ,guile-2.0)))))
 
-(define-public guile3.0-commonmark
-  (package
-    (inherit guile-commonmark)
-    (name "guile3.0-commonmark")
-    (inputs `(("guile" ,guile-3.0)))))
-
 (define-public mcron
   (package
     (name "mcron")



reply via email to

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