diff options
author | Zheng Junjie <[email protected]> | 2024-03-08 10:49:46 +0800 |
---|---|---|
committer | 宋文武 <[email protected]> | 2024-03-09 11:55:46 +0800 |
commit | e51c26ef2daf7742eb1617ecb2c7f1594b73fb0c (patch) | |
tree | 6b8bc0ca9cfd66fbe414529a179632372caf7c42 /gnu | |
parent | fd3e618cf0e351e6a1f2cf7e4585d7ff9490af7b (diff) |
gnu: plasma-desktop: Fix build.
* gnu/packages/kde-plasma.scm (plasma-desktop)[inputs]: Replace
qtwayland with qtwayland-5.
Change-Id: I88b4a81b8e93ed94877344f86f8b7787ed5937ed
Signed-off-by: 宋文武 <[email protected]>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/kde-plasma.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index 331ab28cd1..cf45fa59f7 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -4,7 +4,7 @@ ;;; Copyright © 2019 Marius Bakke <[email protected]> ;;; Copyright © 2017, 2019, 2020 Hartmut Goebel <[email protected]> ;;; Copyright © 2019 Tobias Geerinckx-Rice <[email protected]> -;;; Copyright © 2020, 2023 Zheng Junjie <[email protected]> +;;; Copyright © 2020, 2023, 2024 Zheng Junjie <[email protected]> ;;; Copyright © 2022 Brendan Tildesley <[email protected]> ;;; Copyright © 2022 Petr Hodina <[email protected]> ;;; @@ -1787,7 +1787,7 @@ the KDE Plasma 5 desktop.") qtdeclarative-5 qtquickcontrols-5 qtquickcontrols2-5 - qtwayland + qtwayland-5 qtx11extras wayland wayland-protocols |