all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: lasnesne <lasnesne@lagunposprasihopre.org>
To: 45981@debbugs.gnu.org
Subject: [bug#45981] [PATCH] gnu: solaar: Add missing dependency for GUI
Date: Tue, 19 Jan 2021 23:00:49 +0900	[thread overview]
Message-ID: <ed789c87-749a-81ab-d284-d7ec15faafc5@lagunposprasihopre.org> (raw)


[-- Attachment #1.1.1: Type: text/plain, Size: 1467 bytes --]

---

  gnu/packages/admin.scm | 10 ++++++++--
  1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index b476a90de9..4a10954a94 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -35,6 +35,7 @@
  ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
  ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
  ;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
+;;; Copyright © 2021 Hyunseok Kim <lasnesne@lagunposprasihopre.org>
  ;;;
  ;;; This file is part of GNU Guix.
  ;;;
@@ -3817,8 +3818,13 @@ support forum.  It runs with the @code{/exec} 
command in most IRC clients.")
               (setenv "PYTHONPATH" (string-append "lib:" (getenv 
"PYTHONPATH")))
               #t)))))
      (propagated-inputs
-     `(("python-pygobject" ,python-pygobject)
-       ("python-pyudev" ,python-pyudev)))
+     `(("python-pyudev" ,python-pyudev)
+       ;For GUI
+       ("python-pyyaml" ,python-pyyaml)
+       ("python-psutil" ,python-psutil)
+       ("python-xlib" ,python-xlib)
+       ("gtk+" ,gtk+)
+       ("python-pygobject" ,python-pygobject)))
      (home-page "https://smxi.org/docs/inxi.htm")
      (synopsis "Linux devices manager for the Logitech Unifying Receiver")
      (description "This package provides tools to manage clients of the
-- 
2.30.0




[-- Attachment #1.1.2: OpenPGP_0x0D2FC8898C320E50.asc --]
[-- Type: application/pgp-keys, Size: 3175 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

             reply	other threads:[~2021-01-19 14:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-19 14:00 lasnesne [this message]
2021-02-24 23:04 ` bug#45981: [PATCH] gnu: solaar: Add missing dependency for GUI Ludovic Courtès

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

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

  git send-email \
    --in-reply-to=ed789c87-749a-81ab-d284-d7ec15faafc5@lagunposprasihopre.org \
    --to=lasnesne@lagunposprasihopre.org \
    --cc=45981@debbugs.gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.