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/qt.scm | |
parent | 65e5e85d284ef78bc245b3779c7fcdc733ed60a7 (diff) | |
download | guix-1130fc59917e4ea0244ea58fdf1b5ef49e30a5d5.tar.gz |
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/qt.scm')
-rw-r--r-- | gnu/packages/qt.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index fb6fb5245c..061c9a5a1e 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1656,7 +1656,7 @@ ECMAScript and Qt."))) applications scriptable. This module provides a set of extra components that can be used to build complete interfaces in Qt Quick."))) -(define-public qtquickcontrols2 +(define-public qtquickcontrols2-5 (package (inherit qtsvg-5) (name "qtquickcontrols2") (version "5.15.2") @@ -3269,7 +3269,7 @@ color-related widgets.") qtlocation qtmultimedia-5 qtquickcontrols-5 - qtquickcontrols2 + qtquickcontrols2-5 qtscript qtscxml qtsensors @@ -3318,7 +3318,7 @@ color-related widgets.") "qtlocation" "qtmultimedia-5" "qtquickcontrols-5" - "qtquickcontrols2" + "qtquickcontrols2-5" "qtscript" "qtscxml" "qtsensors" |