mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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>
This commit is contained in:
parent
3cf79710f3
commit
353d6cbec1
1 changed files with 2 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue