[PATCH] gnu: solaar: Add missing dependency for GUI

  • Done
  • quality assurance status badge
Details
2 participants
  • lasnesne
  • Ludovic Courtès
Owner
unassigned
Submitted by
lasnesne
Severity
normal
L
L
lasnesne wrote on 19 Jan 2021 15:00
(address . guix-patches@gnu.org)
ed789c87-749a-81ab-d284-d7ec15faafc5@lagunposprasihopre.org
---

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

Toggle diff (32 lines)
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: OpenPGP_signature
L
L
Ludovic Courtès wrote on 25 Feb 2021 00:04
(name . lasnesne)(address . lasnesne@lagunposprasihopre.org)(address . 45981-done@debbugs.gnu.org)
8735xl2hlr.fsf@gnu.org
Hi,

lasnesne <lasnesne@lagunposprasihopre.org> skribis:

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

I added a commit log and applied the patch.

Note that the patch got mangled on its way. To be on the safe side,
please send it with ‘git send-email’ or as an attachment next time.

Thanks!

Ludo’.
Closed
?