1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

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