iyzsong pushed a commit to branch qt-team
in repository guix.

commit 856627b28e31d32ed94faee9d4cc12cf1f091532
Author: 宋文武 <[email protected]>
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
---
 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 5af8b021ab..cf2a773a74 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2319,7 +2319,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")

Reply via email to