1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-06 09:15:54 +02:00

gnu: Add guile2.2-smc

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

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Artyom V. Poptsov
2022-09-04 08:25:42 +03:00
committed by Mathieu Othacehe
parent ae81cb6962
commit 3cf79710f3
+8
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.)")
(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
(package
(name "guile-ini")