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

commit 8a5a94011ea718dbbc1225ee0e4aa56fabb451ad
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 3b345ced9d..626fe0fc43 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2328,7 +2328,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