mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: guile-hall: Add variant for Guile 3.0.
* gnu/packages/guile-xyz.scm (guile3.0-hall): New variable.
This commit is contained in:
parent
0ac6b836ee
commit
df18ea6f27
1 changed files with 11 additions and 0 deletions
|
@ -1452,6 +1452,17 @@ (define-public guile-hall
|
|||
(home-page "https://gitlab.com/a-sassmannshausen/guile-hall")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public guile3.0-hall
|
||||
(package
|
||||
(inherit guile-hall)
|
||||
(name "guile3.0-hall")
|
||||
(inputs `(("guile" ,guile-next)
|
||||
,@(alist-delete "guile" (package-inputs guile-hall))))
|
||||
(propagated-inputs
|
||||
`(("guile-config" ,guile3.0-config)
|
||||
,@(alist-delete "guile-config"
|
||||
(package-propagated-inputs guile-hall))))))
|
||||
|
||||
(define-public guile-ics
|
||||
(package
|
||||
(name "guile-ics")
|
||||
|
|
Loading…
Reference in a new issue