mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 15:24:52 +01:00
nongnu: firefox: Use system nspr.
* nongnu/packages/mozilla.scm (firefox)[arguments]: Enable `--with-system-nspr` flag. [inputs]: Add nspr-4.32. Signed-off-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
ff272ef6c8
commit
8a003c1001
1 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@
|
||||||
"--enable-jemalloc"
|
"--enable-jemalloc"
|
||||||
|
|
||||||
;; see https://bugs.gnu.org/32833
|
;; see https://bugs.gnu.org/32833
|
||||||
;; "--with-system-nspr"
|
"--with-system-nspr"
|
||||||
;; "--with-system-nss"
|
;; "--with-system-nss"
|
||||||
|
|
||||||
,(string-append "--with-clang-path="
|
,(string-append "--with-clang-path="
|
||||||
|
@ -388,7 +388,7 @@
|
||||||
libxt
|
libxt
|
||||||
mesa
|
mesa
|
||||||
mit-krb5
|
mit-krb5
|
||||||
;; nspr
|
nspr-4.32
|
||||||
;; nss
|
;; nss
|
||||||
pango
|
pango
|
||||||
pixman
|
pixman
|
||||||
|
|
Loading…
Reference in a new issue