summaryrefslogtreecommitdiff
path: root/sigils/packages
diff options
context:
space:
mode:
authorSisiutl <sisiutl@egregore.fun>2024-11-23 06:09:16 +0100
committerSisiutl <sisiutl@egregore.fun>2024-11-23 06:09:16 +0100
commit72c86899ca9e20b924a4a3a0047295eb167da81f (patch)
treeebf7a24a901def7768180d47e8099f0f63295b19 /sigils/packages
parent0c8c0e95d3818290278fdecb0debc38f21fa96b2 (diff)
palemoon: do some house cleaning
Diffstat (limited to 'sigils/packages')
-rw-r--r--sigils/packages/palemoon.scm20
1 files changed, 4 insertions, 16 deletions
diff --git a/sigils/packages/palemoon.scm b/sigils/packages/palemoon.scm
index ed5be25..ebc3acc 100644
--- a/sigils/packages/palemoon.scm
+++ b/sigils/packages/palemoon.scm
@@ -102,6 +102,7 @@
(list #:tests? #f
#:configure-flags #~'(#$(string-append "--enable-application=" name)
"--enable-appcompat-guid"
+ "--enable-accessibility"
"--enable-av1"
#$(string-append "--enable-default-toolkit=cairo-" gtk-version)
"--enable-devtools"
@@ -113,12 +114,13 @@
"--enable-npapi"
"--enable-official-branding" ;; Official branding.
#$(string-append "--with-branding=" branding-dir)
- "--enable-optimize=\"-O2 -w\""
+ #$(format #f "--enable-optimize=~s" "-O2 -w")
"--enable-strip"
"--enable-webrtc"
"--enable-system-ffi"
"--enable-system-cairo"
"--enable-system-pixman"
+ ;; UNBUNDLE: "--enable-system-hunspell"
"--enable-system-extension-dirs"
"--disable-debug"
"--disable-debug-js-modules"
@@ -132,21 +134,7 @@
"--with-system-bz2"
"--with-system-jpeg"
"--with-system-zlib"
- "--with-x"
- ;; Avoid bundled libraries.
- ;; UNBUNDLE-ME! "--system-sqlite"
- ;; UNBUNDLE-ME! "--with-system-graphite2"
- ;; UNBUNDLE-ME! "--with-system-harfbuzz"
- ;; UNBUNDLE-ME! "--with-system-icu"
- ;; UNBUNDLE-ME! "--with-system-libevent"
- ;; UNBUNDLE-ME! "--with-system-libvpx"
- ;; UNBUNDLE-ME! "--with-system-nspr"
- ;; UNBUNDLE-ME! "--with-system-nss"
- ;; UNBUNDLE-ME! "--with-system-ogg"
- ;; UNBUNDLE-ME! "--with-system-png"
- ;; UNBUNDLE-ME! "--with-system-theora"
- ;; UNBUNDLE-ME! "--with-system-vorbis"
- "--enable-accessibility")
+ "--with-x")
#:modules '((guix build utils)
(guix build gnu-build-system)
(ice-9 regex))