guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: solaar: Add missing dependencies for the GUI.


From: guix-commits
Subject: 05/06: gnu: solaar: Add missing dependencies for the GUI.
Date: Wed, 24 Feb 2021 18:13:57 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 532406088a61fa629874ca993284d8fb4d67f819
Author: lasnesne <lasnesne@lagunposprasihopre.org>
AuthorDate: Tue Jan 19 23:00:49 2021 +0900

    gnu: solaar: Add missing dependencies for the GUI.
    
    * gnu/packages/admin.scm (solaar)[propagated-inputs]: Add PYTHON-PYYAML,
    PYTHON-PSUTIL, PYTHON-XLIB, GTK+, and PYTHON-PYGOBJECT.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/admin.scm | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index a506b97..cf27eea 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -38,6 +38,7 @@
 ;;; Copyright © 2021 Zheng Junjie <873216071@qq.com>
 ;;; Copyright © 2021 Stefan Reichör <stefan@xsteve.at>
 ;;; Copyright © 2021 qblade <qblade@protonmail.com>
+;;; Copyright © 2021 Hyunseok Kim <lasnesne@lagunposprasihopre.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3944,7 +3945,14 @@ cache of unix and unix-like systems.")
              #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



reply via email to

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