me
/
guix
Archived
1
0
Fork 0

gnu: gspell: Propagate enchant dependency.

* gnu/packages/gnome.scm (gspell)[inputs]: Move enchant from here...
[propagated-inputs]: ...to here.
master
Tobias Geerinckx-Rice 2017-08-09 00:05:17 +02:00
parent a801ae4cae
commit eccd35be3d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 2 deletions

View File

@ -6453,8 +6453,7 @@ that support the Assistive Technology Service Provider Interface (AT-SPI).")
"/lib/aspell")) "/lib/aspell"))
#t))))) #t)))))
(inputs (inputs
`(("enchant" ,enchant) `(("gtk+" ,gtk+)
("gtk+" ,gtk+)
("glib" ,glib) ("glib" ,glib)
("iso-codes" ,iso-codes))) ("iso-codes" ,iso-codes)))
(native-inputs (native-inputs
@ -6465,6 +6464,8 @@ that support the Assistive Technology Service Provider Interface (AT-SPI).")
;; For tests. ;; For tests.
("aspell-dict-en" ,aspell-dict-en) ("aspell-dict-en" ,aspell-dict-en)
("xorg-server" ,xorg-server))) ("xorg-server" ,xorg-server)))
(propagated-inputs
`(("enchant" ,enchant))) ; enchant.pc is required by gspell-1.pc
(home-page "https://wiki.gnome.org/Projects/gspell") (home-page "https://wiki.gnome.org/Projects/gspell")
(synopsis "GNOME's alternative spell checker") (synopsis "GNOME's alternative spell checker")
(description (description