gnu: gspell: Propagate glib and gtk+, as per pkg-config file.
* gnu/packages/gnome.scm (gspell)[inputs]: Move glib and gtk+ to ... [propagated-inputs]: ... here.master
parent
53e445c463
commit
00c8a28512
|
@ -10255,9 +10255,7 @@ that support the Assistive Technology Service Provider Interface (AT-SPI).")
|
||||||
"/lib/aspell"))
|
"/lib/aspell"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gtk+" ,gtk+)
|
`(("iso-codes" ,iso-codes)))
|
||||||
("glib" ,glib)
|
|
||||||
("iso-codes" ,iso-codes)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib" ,glib "bin")
|
`(("glib" ,glib "bin")
|
||||||
("gobject-introspection" ,gobject-introspection)
|
("gobject-introspection" ,gobject-introspection)
|
||||||
|
@ -10269,7 +10267,10 @@ that support the Assistive Technology Service Provider Interface (AT-SPI).")
|
||||||
("aspell-dict-en" ,aspell-dict-en)
|
("aspell-dict-en" ,aspell-dict-en)
|
||||||
("xorg-server" ,xorg-server-for-tests)))
|
("xorg-server" ,xorg-server-for-tests)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("enchant" ,enchant))) ;enchant.pc is required by gspell-1.pc
|
;; Referred by .pc file.
|
||||||
|
`(("enchant" ,enchant)
|
||||||
|
("glib" ,glib)
|
||||||
|
("gtk+" ,gtk+)))
|
||||||
(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
|
||||||
|
|
Reference in New Issue