diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 72523656bf..f7bce741ea 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -647,19 +647,6 @@ (define-public icecat (utime file early-1980 early-1980)) #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 'unpack 'link-libxul-with-libraries (lambda _