emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#45981: closed ([PATCH] gnu: solaar: Add missing dependency for GUI)


From: GNU bug Tracking System
Subject: bug#45981: closed ([PATCH] gnu: solaar: Add missing dependency for GUI)
Date: Wed, 24 Feb 2021 23:05:02 +0000

Your message dated Thu, 25 Feb 2021 00:04:00 +0100
with message-id <8735xl2hlr.fsf@gnu.org>
and subject line Re: bug#45981: [PATCH] gnu: solaar: Add missing dependency for 
GUI
has caused the debbugs.gnu.org bug report #45981,
regarding [PATCH] gnu: solaar: Add missing dependency for GUI
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45981: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45981
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: solaar: Add missing dependency for GUI Date: Tue, 19 Jan 2021 23:00:49 +0900 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Icedove/78.6.0
---

 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: OpenPGP_0x0D2FC8898C320E50.asc
Description: application/pgp-keys

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message --- Subject: Re: bug#45981: [PATCH] gnu: solaar: Add missing dependency for GUI Date: Thu, 25 Feb 2021 00:04:00 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
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’.


--- End Message ---

reply via email to

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