[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")
- branch kde-team updated (185c539ca4 -> aa6d9da1ce), guix-commits, 2024/07/08
- 03/09: gnu: nm-tray: Fix build.,
guix-commits <=
- 02/09: gnu: Add networkmanager-qt5., guix-commits, 2024/07/08
- 01/09: gnu: freeimage: Adjust for libraw 0.21., guix-commits, 2024/07/08
- 08/09: gnu: drawpile: Fix build., guix-commits, 2024/07/08
- 04/09: gnu: liblxqt: Fix build., guix-commits, 2024/07/08
- 05/09: gnu: isoimagewriter: Update to 24.05.2., guix-commits, 2024/07/08
- 06/09: gnu: qelectrotech: Fix build., guix-commits, 2024/07/08
- 07/09: gnu: Add kdnssd-5., guix-commits, 2024/07/08
- 09/09: gnu: copyq: Fix build., guix-commits, 2024/07/08