mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: nm-tray: Support wayland.
* gnu/packages/networking.scm (nm-tray)[inputs]: Add qtwayland-5. Change-Id: Ibf7b323bb828d51a25061b327fc6eacf6818c7f7
This commit is contained in:
parent
97a8d90a6a
commit
57f70764b9
1 changed files with 1 additions and 1 deletions
|
@ -1030,7 +1030,7 @@ tasks.")
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f)) ;There are no tests upstream
|
(list #:tests? #f)) ;There are no tests upstream
|
||||||
(inputs (list qtbase-5 networkmanager-qt5))
|
(inputs (list qtbase-5 qtwayland-5 networkmanager-qt5))
|
||||||
(native-inputs (list qttools-5 pkg-config))
|
(native-inputs (list qttools-5 pkg-config))
|
||||||
(synopsis
|
(synopsis
|
||||||
"NetworkManager front-end with information icon residing in system tray")
|
"NetworkManager front-end with information icon residing in system tray")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue