unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45981] [PATCH] gnu: solaar: Add missing dependency for GUI
@ 2021-01-19 14:00 lasnesne
  2021-02-24 23:04 ` bug#45981: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: lasnesne @ 2021-01-19 14:00 UTC (permalink / raw)
  To: 45981


[-- 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 --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45981: [PATCH] gnu: solaar: Add missing dependency for GUI
  2021-01-19 14:00 [bug#45981] [PATCH] gnu: solaar: Add missing dependency for GUI lasnesne
@ 2021-02-24 23:04 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-02-24 23:04 UTC (permalink / raw)
  To: lasnesne; +Cc: 45981-done

Hi,

lasnesne <lasnesne@lagunposprasihopre.org> skribis:

> ---
>
>   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’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-24 23:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19 14:00 [bug#45981] [PATCH] gnu: solaar: Add missing dependency for GUI lasnesne
2021-02-24 23:04 ` bug#45981: " Ludovic Courtès

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).