mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1548,7 +1548,7 @@ (define-public guile-aspell
|
|||
"/lib/libaspell\"")))
|
||||
#t))))))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(inputs `(("guile" ,guile-2.0)
|
||||
(inputs `(("guile" ,guile-2.2)
|
||||
("aspell" ,aspell)))
|
||||
(home-page "https://github.com/spk121/guile-aspell")
|
||||
(synopsis "Spell-checking from Guile")
|
||||
|
|
Loading…
Reference in a new issue