guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: Add guile2.0-git.


From: Ludovic Courtès
Subject: 02/04: gnu: Add guile2.0-git.
Date: Tue, 25 Jul 2017 11:46:24 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 70bc608503f9029a065026a99ec45dbd0ec631c0
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jul 25 17:11:41 2017 +0200

    gnu: Add guile2.0-git.
    
    * gnu/packages/guile.scm (guile2.0-git): New variable.
---
 gnu/packages/guile.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 21cc59e..f1ffc0e 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -1841,6 +1841,9 @@ is not available for Guile 2.0.")
 manipulate repositories of the Git version control system.")
       (license license:gpl3+))))
 
+(define-public guile2.0-git
+  (package-for-guile-2.0 guile-git))
+
 (define-public guile-syntax-highlight
   (let ((commit "a047675e66861b647426372aa2ba7820f749616d")
         (revision "0"))



reply via email to

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