guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: nm-tray: Fix build.


From: guix-commits
Subject: 03/09: gnu: nm-tray: Fix build.
Date: Mon, 8 Jul 2024 10:14:13 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit 9cc24ef54ae8b7249b6734dfdf24626b692ec03e
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Jul 8 21:12:56 2024 +0800

    gnu: nm-tray: Fix build.
    
    * gnu/packages/networking.scm (nm-tray)[inputs]: Replace networkmanager-qt
    with networkmanager-qt5.
    
    Change-Id: I81ba46231a04617410ed197c0be3adb07d6f12f9
---
 gnu/packages/networking.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index c94f772b74..ec5ed34b0e 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1002,7 +1002,7 @@ tasks.")
     (build-system qt-build-system)
     (arguments
      (list #:tests? #f)) ;There are no tests upstream
-    (inputs (list qtbase-5 networkmanager-qt))
+    (inputs (list qtbase-5 networkmanager-qt5))
     (native-inputs (list qttools-5 pkg-config))
     (synopsis
      "NetworkManager front-end with information icon residing in system tray")



reply via email to

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