nongnu: firefox: Visually cleanup setenv variables.

* nongnu/packages/mozilla.scm (firefox)[configure]: split setenv in
seperate lines.
This commit is contained in:
Jonathan Brielmaier 2021-06-05 18:35:21 +02:00
parent fbfcd443dc
commit d3c5eea0cb
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -221,8 +221,10 @@
(setenv "MACH_USE_SYSTEM_PYTHON" "1") (setenv "MACH_USE_SYSTEM_PYTHON" "1")
;; Use Clang, Clang is 2x faster than GCC ;; Use Clang, Clang is 2x faster than GCC
(setenv "AR" "llvm-ar") (setenv "NM" "llvm-nm") (setenv "AR" "llvm-ar")
(setenv "CC" "clang") (setenv "CXX" "clang++") (setenv "NM" "llvm-nm")
(setenv "CC" "clang")
(setenv "CXX" "clang++")
(setenv "MOZ_NOSPAM" "1") (setenv "MOZ_NOSPAM" "1")
;; Firefox will write the timestamp to output, which is harmful for ;; Firefox will write the timestamp to output, which is harmful for