me
/
guix
Archived
1
0
Fork 0

gnu: Add guile2.2-smc

* gnu/packages/guile-xyz.scm (guile2.2-smc): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
master
Artyom V. Poptsov 2022-09-04 08:25:42 +03:00 committed by Mathieu Othacehe
parent ae81cb6962
commit 3cf79710f3
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 8 additions and 0 deletions

View File

@ -4926,6 +4926,14 @@ format. This tool is meant to be called on a PlantUML file when a program
with a FSM is being built (for example, from a Makefile.)") with a FSM is being built (for example, from a Makefile.)")
(license license:gpl3))) (license license:gpl3)))
(define-public guile2.2-smc
(package
(inherit guile-smc)
(name "guile2.2-smc")
(inputs (modify-inputs (package-inputs guile-smc)
(replace "guile" guile-2.2)
(replace "guile-lib" guile2.2-lib)))))
(define-public guile-ini (define-public guile-ini
(package (package
(name "guile-ini") (name "guile-ini")