diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-17 23:49:07 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-31 21:55:45 -0400 |
commit | 1130fc59917e4ea0244ea58fdf1b5ef49e30a5d5 (patch) | |
tree | ecc8e946a37adf4b7e3907d8db1fa319bdfb0772 /gnu/packages/education.scm | |
parent | 65e5e85d284ef78bc245b3779c7fcdc733ed60a7 (diff) |
gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.
Automated via:
git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i
git checkout NEWS
Diffstat (limited to 'gnu/packages/education.scm')
-rw-r--r-- | gnu/packages/education.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm index cb0d71cc54..6a9de32ffb 100644 --- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm @@ -674,7 +674,7 @@ language and very flexible regarding to new or unknown keyboard layouts.") qtbase-5 qtdeclarative-5 qtgraphicaleffects - qtquickcontrols2 + qtquickcontrols2-5 qtx11extras qtxmlpatterns)) (home-page "https://edu.kde.org/ktouch/") @@ -996,7 +996,7 @@ formats.") (list libeb qtbase-5 qtmultimedia-5 - qtquickcontrols2 + qtquickcontrols2-5 qtdeclarative-5 qtwebchannel qtwebengine |