me
/
guix
Archived
1
0
Fork 0

gnu: icedove: Respect parallel-job-count while building.

* gnu/packages/gnuzilla.scm (icedove)[arguments]: Add MOZ_MAKE_FLAGS
with parallel-job-count to mozconfig.
master
Jonathan Brielmaier 2021-06-08 19:31:02 +02:00
parent 39d8e11c13
commit 84780ff427
No known key found for this signature in database
GPG Key ID: ECFC83988B4E4B9F
1 changed files with 3 additions and 1 deletions

View File

@ -1501,7 +1501,9 @@ standards of the IceCat project.")
"ac_add_options --with-system-nspr\n"
"ac_add_options --with-system-nss\n"
"ac_add_options --with-system-zlib\n"
"ac_add_options --with-user-appdir=\\.icedove\n"))))
"ac_add_options --with-user-appdir=\\.icedove\n"
"mk_add_options MOZ_MAKE_FLAGS=-j"
(number->string (parallel-job-count)) "\n"))))
(display (getcwd))
(newline)
(display "mach configure")