gnu: Add guile2.0-git.

* gnu/packages/guile.scm (guile2.0-git): New variable.
This commit is contained in:
Ludovic Courtès 2017-07-25 17:11:41 +02:00
parent 726ecfeb3a
commit 70bc608503
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 0 deletions

View File

@ -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"))