guix-commits
[Top][All Lists]
Advanced

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

04/11: gnu: enchant: Propagate Glib.


From: Marius Bakke
Subject: 04/11: gnu: enchant: Propagate Glib.
Date: Tue, 25 Sep 2018 18:40:21 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 9a59b29411e2f007a6ba32b88d3b6f50bd6c1f45
Author: Marius Bakke <address@hidden>
Date:   Tue Aug 28 17:15:00 2018 +0200

    gnu: enchant: Propagate Glib.
    
    * gnu/packages/enchant.scm (enchant)[inputs]: Move GLIB ...
    [propagated-inputs]: ... here.  New field.
---
 gnu/packages/enchant.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/enchant.scm b/gnu/packages/enchant.scm
index b5e9084..c3f75cc 100644
--- a/gnu/packages/enchant.scm
+++ b/gnu/packages/enchant.scm
@@ -43,8 +43,10 @@
     (arguments
      '(#:configure-flags '("--disable-static")))
     (inputs
-      `(("aspell" ,aspell)    ;; Currently, the only supported backend in Guix
-        ("glib" ,glib)))      ;; is aspell. (This information might be old)
+     `(("aspell" ,aspell)))   ;; Currently, the only supported backend in Guix
+    (propagated-inputs        ;; is aspell. (This information might be old)
+     ;; Required by enchant.pc.
+     `(("glib" ,glib)))
     (native-inputs
      `(("glib:bin" ,glib "bin")
        ("pkg-config" ,pkg-config)))



reply via email to

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