[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/11: gnu: gspell: Propagate enchant dependency.
From: |
Tobias Geerinckx-Rice |
Subject: |
05/11: gnu: gspell: Propagate enchant dependency. |
Date: |
Wed, 9 Aug 2017 02:45:59 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit eccd35be3d2afe276a7fb5be6ac8646c84fe5db5
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Aug 9 00:05:17 2017 +0200
gnu: gspell: Propagate enchant dependency.
* gnu/packages/gnome.scm (gspell)[inputs]: Move enchant from here...
[propagated-inputs]: ...to here.
---
gnu/packages/gnome.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 95c9246..6e8bb90 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
- branch master updated (9bb47d7 -> 0260519), Tobias Geerinckx-Rice, 2017/08/09
- 02/11: gnu: brasero: Update to 3.12.2., Tobias Geerinckx-Rice, 2017/08/09
- 04/11: gnu: gspell: Order inputs alphabetically., Tobias Geerinckx-Rice, 2017/08/09
- 03/11: gnu: gnumeric: Update to 1.12.35., Tobias Geerinckx-Rice, 2017/08/09
- 05/11: gnu: gspell: Propagate enchant dependency.,
Tobias Geerinckx-Rice <=
- 06/11: gnu: gedit: Update to 3.22.1., Tobias Geerinckx-Rice, 2017/08/09
- 09/11: gnu: gnome-online-accounts: Update to 3.24.2., Tobias Geerinckx-Rice, 2017/08/09
- 01/11: gnu: Use HTTPS for gnome.org and subdomains., Tobias Geerinckx-Rice, 2017/08/09
- 08/11: gnu: mutter: Update to 3.24.4., Tobias Geerinckx-Rice, 2017/08/09
- 10/11: gnu: tracker: Update to 1.12.2., Tobias Geerinckx-Rice, 2017/08/09
- 07/11: gnu: gedit: Support gspell., Tobias Geerinckx-Rice, 2017/08/09
- 11/11: gnu: epiphany: Update to 3.24.3., Tobias Geerinckx-Rice, 2017/08/09