unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Parnikkapore via Guix-patches via <guix-patches@gnu.org>
To: 60480@debbugs.gnu.org
Subject: [bug#60480] [PATCH 2/2] gnu: plover: Add dbus to inputs
Date: Mon,  2 Jan 2023 08:08:04 +0700	[thread overview]
Message-ID: <d1392b204dd78dcffbb18b17807158f5eb062cd3.1672504941.git.poomklao@yahoo.com> (raw)
In-Reply-To: <cover.1672504941.git.poomklao@yahoo.com>

* gnu/packages/stenography.scm (plover): Add dbus to inputs and LD_LIBRARY_PATH
  Plover tries to load dbus during startup (visible with --log-level debug).
  This will allow it to find it.
---
 gnu/packages/stenography.scm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/stenography.scm b/gnu/packages/stenography.scm
index 3249ee4c4f..e4617031fd 100644
--- a/gnu/packages/stenography.scm
+++ b/gnu/packages/stenography.scm
@@ -27,6 +27,7 @@ (define-module (gnu packages stenography)
   #:use-module (guix packages)
   #:use-module (gnu packages)
   #:use-module (gnu packages bash)
+  #:use-module (gnu packages glib)
   #:use-module (gnu packages qt)
   #:use-module (gnu packages check)
   #:use-module (gnu packages libusb)
@@ -87,10 +88,15 @@ (define-public plover
                                               ,(list (string-append (assoc-ref
                                                                      inputs
                                                                      "qtsvg")
-                                                      "/lib/qt5/plugins/"))))))))))
+                                                      "/lib/qt5/plugins/")))
+                                            `("LD_LIBRARY_PATH" prefix
+                                              (,(string-append (assoc-ref
+                                                                inputs "dbus")
+                                                               "/lib/"))))))))))
     (native-inputs (list python-babel python-mock python-pytest
                          python-pytest-qt python-pytest-xvfb))
     (inputs (list bash-minimal
+                  dbus
                   python-appdirs
                   python-dbus
                   python-hidapi
-- 
2.38.1





      parent reply	other threads:[~2023-01-02  1:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1672504941.git.poomklao.ref@yahoo.com>
2023-01-01 16:47 ` [bug#60480] [PATCH 0/2] gnu: plover: Fix missing icons + dbus Parnikkapore via Guix-patches via
2023-01-02  1:08   ` [bug#60480] [PATCH 1/2] gnu: plover: Wrap so that icons can be found Parnikkapore via Guix-patches via
2023-01-03 21:00     ` bug#60480: " Nicolas Goaziou
2023-01-02  1:08   ` Parnikkapore via Guix-patches via [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d1392b204dd78dcffbb18b17807158f5eb062cd3.1672504941.git.poomklao@yahoo.com \
    --to=guix-patches@gnu.org \
    --cc=60480@debbugs.gnu.org \
    --cc=poomklao@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).