diff options
author | Hilton Chain <hako@ultrarare.space> | 2022-09-29 21:53:35 +0800 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-29 23:19:55 -0400 |
commit | 034f68bac3940420d6776f58522d6380023bb407 (patch) | |
tree | 89e64841fc2361dce444b1cb75bd2bec187e27f1 /gnu/packages/kde-plasma.scm | |
parent | 1ee2d117d8fa9e2e0d4ec46cc5555497bb5e6337 (diff) | |
download | guix-034f68bac3940420d6776f58522d6380023bb407.tar guix-034f68bac3940420d6776f58522d6380023bb407.tar.gz |
gnu: qtwayland: Rename to qtwayland-5.
Automated via:
git grep -l qtwayland | xargs sed 's/\qtwayland\b/\0-5/g' -i
git checkout NEWS
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/packages/kde-plasma.scm')
-rw-r--r-- | gnu/packages/kde-plasma.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index 39716187fd..064f5f7278 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -177,7 +177,7 @@ call it if it is not associated to a terminal.") (list libxkbcommon qtbase-5 qtdeclarative-5 - qtwayland + qtwayland-5 wayland wayland-protocols)) (home-page "https://invent.kde.org/plasma/layer-shell-qt") |