me
/
guix
Archived
1
0
Fork 0

gnu: qtwebglplugin: Update to 5.15.8.

* gnu/packages/qt.scm (qtwebglplugin): Update to 5.15.8.
[arguments]: Use gexps.
master
Maxim Cournoyer 2023-03-27 16:09:51 -04:00
parent fb27e0a460
commit e31ebc638d
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 14 additions and 13 deletions

View File

@ -1822,25 +1822,26 @@ application).")
(license (package-license qtbase))))
(define-public qtwebglplugin
(package (inherit qtsvg-5)
(package
(inherit qtsvg-5)
(name "qtwebglplugin")
(version "5.15.5")
(version "5.15.8")
(source (origin
(method url-fetch)
(uri (qt-urls name version))
(sha256
(base32
"1m0p4ssykw07lbip2qyv6w34f8ng13bxb63j0w446f5w0492nn9f"))))
"1gvzhgfn55kdp5g11fg5yja5xb6wghx5sfc8vfp8zzpxnak7pbn1"))))
(arguments
(substitute-keyword-arguments (package-arguments qtsvg-5)
((#:phases phases)
`(modify-phases ,phases
#~(modify-phases #$phases
(add-after 'unpack 'disable-network-tests
(lambda _ (substitute* "tests/plugins/platforms/platforms.pro"
(lambda _
(substitute* "tests/plugins/platforms/platforms.pro"
(("webgl") "# webgl"))))))))
(native-inputs '())
(inputs
(list mesa qtbase-5 qtdeclarative-5 qtwebsockets-5 zlib))
(inputs (list mesa qtbase-5 qtdeclarative-5 qtwebsockets-5 zlib))
(synopsis "QPA plugin for running applications via a browser using
streamed WebGL commands")
(description "Qt back end that uses WebGL for rendering. It allows Qt