gnu: nm-tray: Fix build.
* gnu/packages/networking.scm (nm-tray)[inputs]: Replace networkmanager-qt with networkmanager-qt5. Change-Id: I81ba46231a04617410ed197c0be3adb07d6f12f9master
parent
b0b1220ab7
commit
986da01ca9
|
@ -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")
|
||||
|
|
Reference in New Issue