guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ibus: Suggest search path.


From: Ricardo Wurmus
Subject: 01/01: gnu: ibus: Suggest search path.
Date: Wed, 09 Sep 2015 05:25:47 +0000

rekado pushed a commit to branch master
in repository guix.

commit c940a145594d3d1a93b30ec3260751debe1c63bb
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Sep 5 23:05:58 2015 +0200

    gnu: ibus: Suggest search path.
    
    * gnu/packages/ibus.scm (ibus)[native-search-paths]: Add path specification
      for IBUS_COMPONENT_PATH.
---
 gnu/packages/ibus.scm |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index f06c8ce..b2d3fa5 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -87,6 +87,10 @@
     `(("glib" ,glib "bin") ; for glib-genmarshal
       ("gobject-introspection" ,gobject-introspection) ; for g-ir-compiler
       ("pkg-config" ,pkg-config)))
+   (native-search-paths
+    (list (search-path-specification
+           (variable "IBUS_COMPONENT_PATH")
+           (files '("share/ibus/component")))))
    (synopsis "Input method framework")
    (description
     "IBus is an input framework providing a full-featured and user-friendly



reply via email to

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