gnu: Add guile2.0-git.
* gnu/packages/guile.scm (guile2.0-git): New variable.
This commit is contained in:
parent
726ecfeb3a
commit
70bc608503
1 changed files with 3 additions and 0 deletions
|
@ -1841,6 +1841,9 @@ is not available for Guile 2.0.")
|
||||||
manipulate repositories of the Git version control system.")
|
manipulate repositories of the Git version control system.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
|
(define-public guile2.0-git
|
||||||
|
(package-for-guile-2.0 guile-git))
|
||||||
|
|
||||||
(define-public guile-syntax-highlight
|
(define-public guile-syntax-highlight
|
||||||
(let ((commit "a047675e66861b647426372aa2ba7820f749616d")
|
(let ((commit "a047675e66861b647426372aa2ba7820f749616d")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
|
Reference in a new issue