me
/
guix
Archived
1
0
Fork 0

gnu: nm-tray: Fix build.

* gnu/packages/networking.scm (nm-tray)[inputs]: Replace networkmanager-qt
with networkmanager-qt5.

Change-Id: I81ba46231a04617410ed197c0be3adb07d6f12f9
master
Zheng Junjie 2024-07-08 21:12:56 +08:00
parent b0b1220ab7
commit 986da01ca9
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 1 additions and 1 deletions

View File

@ -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")