gnu: icecat: Remove 'use-skia-by-default' phase.
This seems no longer to be needed for stability. * gnu/packages/gnuzilla.scm (icecat)[arguments]: Remove the 'use-skia-by-default' phase.
This commit is contained in:
parent
3c0316169b
commit
1293f6d8a4
|
@ -647,19 +647,6 @@ security standards.")
|
||||||
(utime file early-1980 early-1980))
|
(utime file early-1980 early-1980))
|
||||||
#t))
|
#t))
|
||||||
#t)))
|
#t)))
|
||||||
(add-after
|
|
||||||
'unpack 'use-skia-by-default
|
|
||||||
(lambda _
|
|
||||||
;; Use the bundled Skia library by default, since IceCat appears
|
|
||||||
;; to be far more stable when using it than when using our system
|
|
||||||
;; Cairo.
|
|
||||||
(let ((out (open "browser/app/profile/icecat.js"
|
|
||||||
(logior O_WRONLY O_APPEND))))
|
|
||||||
(format out "~%// Use Skia by default~%")
|
|
||||||
(format out "pref(~s, ~s);~%" "gfx.canvas.azure.backends" "skia")
|
|
||||||
(format out "pref(~s, ~s);~%" "gfx.content.azure.backends" "skia")
|
|
||||||
(close-port out))
|
|
||||||
#t))
|
|
||||||
(add-after
|
(add-after
|
||||||
'unpack 'link-libxul-with-libraries
|
'unpack 'link-libxul-with-libraries
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Reference in New Issue