GNU bug report logs - #45981
[PATCH] gnu: solaar: Add missing dependency for GUI

Previous Next

Package: guix-patches;

Reported by: lasnesne <lasnesne <at> lagunposprasihopre.org>

Date: Tue, 19 Jan 2021 14:16:03 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 45981 in the body.
You can then email your comments to 45981 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#45981; Package guix-patches. (Tue, 19 Jan 2021 14:16:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to lasnesne <lasnesne <at> lagunposprasihopre.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 19 Jan 2021 14:16:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: lasnesne <lasnesne <at> lagunposprasihopre.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: solaar: Add missing dependency for GUI
Date: Tue, 19 Jan 2021 23:00:49 +0900
[Message part 1 (text/plain, inline)]
---

 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 <at> rohleder.de>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll <at> gmail.com>
 ;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith <at> outlook.com>
+;;; Copyright © 2021 Hyunseok Kim <lasnesne <at> 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



[OpenPGP_0x0D2FC8898C320E50.asc (application/pgp-keys, attachment)]
[OpenPGP_signature (application/pgp-signature, attachment)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Wed, 24 Feb 2021 23:05:02 GMT) Full text and rfc822 format available.

Notification sent to lasnesne <lasnesne <at> lagunposprasihopre.org>:
bug acknowledged by developer. (Wed, 24 Feb 2021 23:05:02 GMT) Full text and rfc822 format available.

Message #10 received at 45981-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: lasnesne <lasnesne <at> lagunposprasihopre.org>
Cc: 45981-done <at> debbugs.gnu.org
Subject: Re: bug#45981: [PATCH] gnu: solaar: Add missing dependency for GUI
Date: Thu, 25 Feb 2021 00:04:00 +0100
Hi,

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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 25 Mar 2021 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 30 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.