mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 20:12:11 +02:00
gnu: qtwebengine: Update to 6.9.3.
* gnu/packages/qt.scm (qtwebengine): Update to 6.9.3. [source]: Remove patch. * gnu/packages/patches/qtwebengine-fix-dependencies.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Co-authored-by: kestrelwx <kestrel.w@proton.me> Change-Id: I08a3915f0896b74ce493afcc1746d950a1444a03 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
committed by
Andreas Enge
parent
4a2281923a
commit
1e87499a77
+3
-4
@@ -3716,14 +3716,14 @@ and binaries removed, and adds modular support for using system libraries.")
|
||||
(define-public qtwebengine
|
||||
(package
|
||||
(name "qtwebengine")
|
||||
(version "6.9.2")
|
||||
(version "6.9.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1aq35nkgbvhlsmglnjizbkavr7kb0ymf5n3kkllrpqy2mf90gjwr"))
|
||||
"0rl9v936sq6spvb3sfkpmc51wwmljrn4ssy3ii0pdn0xsl8kn2ym"))
|
||||
(modules '((ice-9 ftw)
|
||||
(ice-9 match)
|
||||
(srfi srfi-1)
|
||||
@@ -4027,8 +4027,7 @@ linux/libcurl_wrapper.h"
|
||||
"enable_widevine=false"
|
||||
;; Link pulseaudio directly instead of using dlopen.
|
||||
"link_pulseaudio=true")
|
||||
"\n"))))))
|
||||
(patches (search-patches "qtwebengine-fix-dependencies.patch"))))
|
||||
"\n"))))))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
||||
Reference in New Issue
Block a user