gnu: nm-tray: Fix build.

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

Change-Id: I81ba46231a04617410ed197c0be3adb07d6f12f9
This commit is contained in:
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

View file

@ -1002,7 +1002,7 @@ (define-public nm-tray
(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")