gnu: guile-ics: Switch to Guile 2.2.
* gnu/packages/guile.scm (guile-ics)[inputs]: Switch to GUILE-2.2. [propagated-inputs]: Switch to GUILE-LIB.
This commit is contained in:
parent
291c2d57e8
commit
d573d8926d
|
@ -746,8 +746,8 @@ format is also supported.")
|
||||||
;; Gettext brings 'AC_LIB_LINKFLAGS_FROM_LIBS'.
|
;; Gettext brings 'AC_LIB_LINKFLAGS_FROM_LIBS'.
|
||||||
("gettext" ,gettext-minimal)
|
("gettext" ,gettext-minimal)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(inputs `(("guile" ,guile-2.0) ("which" ,which)))
|
(inputs `(("guile" ,guile-2.2) ("which" ,which)))
|
||||||
(propagated-inputs `(("guile-lib" ,guile2.0-lib)))
|
(propagated-inputs `(("guile-lib" ,guile-lib)))
|
||||||
(home-page "https://github.com/artyom-poptsov/guile-ics")
|
(home-page "https://github.com/artyom-poptsov/guile-ics")
|
||||||
(synopsis "Guile parser library for the iCalendar format")
|
(synopsis "Guile parser library for the iCalendar format")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue