gnu: Add guile2.2-haunt.

* gnu/packages/guile.scm (guile2.2-haunt): New variable.
This commit is contained in:
Ludovic Courtès 2017-03-08 21:30:26 +01:00
parent 517fce6327
commit 64f34aefe7
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 0 deletions

View File

@ -1063,6 +1063,10 @@ interface for reading articles in any format.")
(home-page "http://haunt.dthompson.us")
(license license:gpl3+)))
(define-public guile2.2-haunt
(package-for-guile-2.2
(package (inherit haunt) (name "guile2.2-haunt"))))
(define-public guile-config
(package
(name "guile-config")