diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-02-16 13:27:31 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-02-16 14:29:48 +0100 |
| commit | 57f70764b95ae95afaa41c1a94ead9ef338e93fd (patch) | |
| tree | 66cd425277ee99dc9d4bc4ddbc14db903b416902 /gnu/packages/networking.scm | |
| parent | 97a8d90a6ad8c8ea20d35b6c727b80fe864419ef (diff) | |
gnu: nm-tray: Support wayland.
* gnu/packages/networking.scm (nm-tray)[inputs]: Add qtwayland-5.
Change-Id: Ibf7b323bb828d51a25061b327fc6eacf6818c7f7
Diffstat (limited to 'gnu/packages/networking.scm')
| -rw-r--r-- | gnu/packages/networking.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 6ee938e6bc8..ab49030f0a1 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm | |||
| @@ -1030,7 +1030,7 @@ tasks.") | |||
| 1030 | (build-system qt-build-system) | 1030 | (build-system qt-build-system) |
| 1031 | (arguments | 1031 | (arguments |
| 1032 | (list #:tests? #f)) ;There are no tests upstream | 1032 | (list #:tests? #f)) ;There are no tests upstream |
| 1033 | (inputs (list qtbase-5 networkmanager-qt5)) | 1033 | (inputs (list qtbase-5 qtwayland-5 networkmanager-qt5)) |
| 1034 | (native-inputs (list qttools-5 pkg-config)) | 1034 | (native-inputs (list qttools-5 pkg-config)) |
| 1035 | (synopsis | 1035 | (synopsis |
| 1036 | "NetworkManager front-end with information icon residing in system tray") | 1036 | "NetworkManager front-end with information icon residing in system tray") |
