mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +01:00
gnu: icedove: Unbundle NSS.
* gnu/packages/gnuzilla.scm (icedove) [inputs]: Add nss-next. Remove nspr-4.32. [configure]: Add "ac_add_options --with-system-nss".
This commit is contained in:
parent
cc9633ad07
commit
9fd1cd442f
1 changed files with 2 additions and 4 deletions
|
@ -1306,7 +1306,7 @@ (define-public icedove
|
||||||
"ac_add_options --with-system-jpeg\n"
|
"ac_add_options --with-system-jpeg\n"
|
||||||
"ac_add_options --with-system-libevent\n"
|
"ac_add_options --with-system-libevent\n"
|
||||||
"ac_add_options --with-system-nspr\n"
|
"ac_add_options --with-system-nspr\n"
|
||||||
;"ac_add_options --with-system-nss\n"
|
"ac_add_options --with-system-nss\n"
|
||||||
"ac_add_options --with-system-zlib\n"
|
"ac_add_options --with-system-zlib\n"
|
||||||
"ac_add_options --without-wasm-sandboxed-libraries\n"
|
"ac_add_options --without-wasm-sandboxed-libraries\n"
|
||||||
"mk_add_options MOZ_MAKE_FLAGS=-j"
|
"mk_add_options MOZ_MAKE_FLAGS=-j"
|
||||||
|
@ -1383,9 +1383,7 @@ (define-public icedove
|
||||||
libxt
|
libxt
|
||||||
mesa
|
mesa
|
||||||
mit-krb5
|
mit-krb5
|
||||||
nspr-4.32
|
nss-next
|
||||||
;; FIXME: create nss >= 3.68 after core-updates merge
|
|
||||||
;;nss
|
|
||||||
pango
|
pango
|
||||||
pixman
|
pixman
|
||||||
pulseaudio
|
pulseaudio
|
||||||
|
|
Loading…
Reference in a new issue