gnu: guile-aspell: Switch to Guile 2.2.
* gnu/packages/guile.scm (guile-aspell)[inputs]: Replace GUILE-2.0 with GUILE-2.2.
This commit is contained in:
parent
7295087eb1
commit
cb5be6df91
|
@ -1548,7 +1548,7 @@ $(datadir)/guile/site/$(GUILE_EFFECTIVE_VERSION)\n"))
|
||||||
"/lib/libaspell\"")))
|
"/lib/libaspell\"")))
|
||||||
#t))))))
|
#t))))))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(inputs `(("guile" ,guile-2.0)
|
(inputs `(("guile" ,guile-2.2)
|
||||||
("aspell" ,aspell)))
|
("aspell" ,aspell)))
|
||||||
(home-page "https://github.com/spk121/guile-aspell")
|
(home-page "https://github.com/spk121/guile-aspell")
|
||||||
(synopsis "Spell-checking from Guile")
|
(synopsis "Spell-checking from Guile")
|
||||||
|
|
Loading…
Reference in New Issue