From e1fbda1532c1b69f87719a506f2251690e14773d Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Fri, 21 May 2021 17:30:53 -0500 Subject: [PATCH 16/37] gnu: qtwebglplugin: Remove variable. * gnu/packages/qt.scm (qtwebglplugin): Remove variable. * gnu/packages/qt.scm (qtwebglplugin-5): New variable. --- 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 17774992fa..9b50326153 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1320,7 +1320,7 @@ between the host (QML/C++ application) and the client (HTML/JavaScript application). The transport mechanism is supported out of the box by the two popular web engines, Qt WebKit 2 and Qt WebEngine."))) -(define-public qtwebglplugin +(define-public qtwebglplugin-5 (package (inherit qtsvg-5) (name "qtwebglplugin") (version "5.15.2") -- 2.31.1