summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-08-09 00:05:17 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-08-09 07:20:09 +0200
commiteccd35be3d2afe276a7fb5be6ac8646c84fe5db5 (patch)
tree581a28567343318a80d4bef6743bc2533f3be326 /gnu/packages/gnome.scm
parenta801ae4cae3f2260e4a8cb3c3f342efdead31cb5 (diff)
downloadguix-patches-eccd35be3d2afe276a7fb5be6ac8646c84fe5db5.tar
guix-patches-eccd35be3d2afe276a7fb5be6ac8646c84fe5db5.tar.gz
gnu: gspell: Propagate enchant dependency.
* gnu/packages/gnome.scm (gspell)[inputs]: Move enchant from here... [propagated-inputs]: ...to here.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 95c9246d41..6e8bb90f78 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6453,8 +6453,7 @@ that support the Assistive Technology Service Provider Interface (AT-SPI).")
"/lib/aspell"))
#t)))))
(inputs
- `(("enchant" ,enchant)
- ("gtk+" ,gtk+)
+ `(("gtk+" ,gtk+)
("glib" ,glib)
("iso-codes" ,iso-codes)))
(native-inputs
@@ -6465,6 +6464,8 @@ that support the Assistive Technology Service Provider Interface (AT-SPI).")
;; For tests.
("aspell-dict-en" ,aspell-dict-en)
("xorg-server" ,xorg-server)))
+ (propagated-inputs
+ `(("enchant" ,enchant))) ; enchant.pc is required by gspell-1.pc
(home-page "https://wiki.gnome.org/Projects/gspell")
(synopsis "GNOME's alternative spell checker")
(description