guix_mirror_bot pushed a commit to branch master in repository guix. commit bb19aebc59e1bfe3e869baf647e980a4c73a63fc Author: 宋文武 <iyzs...@member.fsf.org> AuthorDate: Sat Feb 8 13:05:10 2025 +0800
gnu: qtwebglplugin: Rename to qtwebglplugin-5. * gnu/packages/qt.scm (qtwebglplugin): Rename to qtwebglplugin-5. Change-Id: I1e0740f49af019ab067328b19d2c85ee1e9f3d56 Signed-off-by: Zheng Junjie <z572@z572.online> --- gnu/packages/qt.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 9d42113305..f4e8970faf 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2375,7 +2375,7 @@ between the host (QML/C++ application) and the client (HTML/JavaScript application).") (license (package-license qtbase)))) -(define-public qtwebglplugin +(define-public qtwebglplugin-5 (package (inherit qtsvg-5) (name "qtwebglplugin")