me
/
guix
Archived
1
0
Fork 0

gnu: guile2.2-ics: Update to 0.3.0

* gnu/packages/guile-xyz.scm (guile2.2-ics): Update to 0.3.0.
[package-inputs]: Replace "guile-smc" with "guile2.2-smc".
[propagated-inputs]: Use the new style.

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

View File

@ -1770,9 +1770,8 @@ The library is shipped with documentation in Info format and usage examples.")
(package
(inherit guile-ics)
(name "guile2.2-ics")
(inputs (modify-inputs (package-inputs guile-ics)
(replace "guile" guile-2.2)))
(propagated-inputs `(("guile-lib" ,guile2.2-lib)))))
(inputs (list guile-2.2 which))
(propagated-inputs (list guile2.2-lib guile2.2-smc))))
(define-public guile-imanifest
(let ((commit "ccd5a2111b008d778106f5595a3a585954d95d0")