guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: gtkspell3: Add enchant.


From: Danny Milosavljevic
Subject: 01/04: gnu: gtkspell3: Add enchant.
Date: Sun, 25 Mar 2018 11:02:44 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit cd49e4789a1c1854f3af0c5a466af70f0f54b929
Author: Danny Milosavljevic <address@hidden>
Date:   Sun Mar 25 14:04:18 2018 +0200

    gnu: gtkspell3: Add enchant.
    
    * gnu/packages/gtk.scm (gtkspell3)[native-inputs]: Add enchant.
---
 gnu/packages/gtk.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index f279c5c..dd722aa 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1563,6 +1563,8 @@ glass artworks done by Venicians glass blowers.")
        ("gobject-introspection" ,gobject-introspection)
        ("gtk+" ,gtk+)
        ("pango" ,pango)))
+    (propagated-inputs
+     `(("enchant" ,enchant))) ; gtkspell3-3.0.pc refers to it.
     (home-page "http://gtkspell.sourceforge.net";)
     (synopsis "Spell-checking addon for GTK's TextView widget")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]