mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: webkitgtk: Ungraft.
* gnu/packages/webkit.scm (webkitgtk): Ungraft. (webkitgtk/fixed): Remove variable. Change-Id: I7a21401afefac90c273b6b2e0159849cbb3652db Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
parent
1ed4f2b475
commit
38ee0d5528
1 changed files with 3 additions and 24 deletions
|
|
@ -131,21 +131,13 @@ engine that uses Wayland for graphics output.")
|
|||
(define-public webkitgtk
|
||||
(package
|
||||
(name "webkitgtk")
|
||||
(version "2.48.1")
|
||||
(replacement webkitgtk/fixed)
|
||||
(version "2.50.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.webkitgtk.org/releases/"
|
||||
name "-" version ".tar.xz"))
|
||||
"webkitgtk-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "13r5xfhvy7gpjdm026wv5njmlfq9ab5sid9snzh0zjndqhhxzvwq"))
|
||||
(snippet
|
||||
#~(begin
|
||||
(use-modules (guix build utils))
|
||||
;; https://bugs.webkit.org/show_bug.cgi?id=268739
|
||||
;; Fix a FTBFS on i686, powerpc64le.
|
||||
(substitute* "Source/JavaScriptCore/llint/LowLevelInterpreter.cpp"
|
||||
(("UNUSED_VARIABLE\\(t[67]\\);") ""))))
|
||||
(base32 "0kymjkskp2ndvs10hvqc0l7i3x19s2hga0g8azhv5djvd6s0d83h"))
|
||||
(patches (search-patches
|
||||
"webkitgtk-adjust-bubblewrap-paths.patch"))))
|
||||
(build-system cmake-build-system)
|
||||
|
|
@ -302,19 +294,6 @@ propagated by default) such as @code{gst-plugins-good} and
|
|||
license:bsd-2
|
||||
license:bsd-3))))
|
||||
|
||||
(define webkitgtk/fixed
|
||||
(package
|
||||
(inherit webkitgtk)
|
||||
(version "2.50.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.webkitgtk.org/releases/"
|
||||
"webkitgtk-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0kymjkskp2ndvs10hvqc0l7i3x19s2hga0g8azhv5djvd6s0d83h"))
|
||||
(patches (search-patches
|
||||
"webkitgtk-adjust-bubblewrap-paths.patch"))))))
|
||||
|
||||
(define-public webkitgtk-for-gtk3
|
||||
(package/inherit webkitgtk
|
||||
(name "webkitgtk-for-gtk3")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue