mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 16:38:09 +01:00
nongnu: firefox: Raise llvm and clang to version 10.
Fixes https://gitlab.com/nonguix/nonguix/-/issues/116. * nongnu/packages/mozilla.scm (firefox)[arguments]: Remove fix-swgl-build.rs phase as the workaround is not necessary anymore. [native-inputs]: Replace clang with clang-10. Dito for llvm.
This commit is contained in:
parent
d3c5eea0cb
commit
c9d7f30bcb
1 changed files with 2 additions and 7 deletions
|
@ -142,11 +142,6 @@
|
|||
,@%gnu-build-system-modules)
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; See https://gitlab.com/nonguix/nonguix/-/issues/116 for details
|
||||
(add-after 'unpack 'fix-swgl-build.rs
|
||||
(lambda _
|
||||
(substitute* "gfx/wr/swgl/build.rs"
|
||||
((".flag\\(\"-ffast-math\"\\)") ""))))
|
||||
(add-after 'unpack 'fix-preferences
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(let ((port (open-file "browser/app/profile/firefox.js" "a")))
|
||||
|
@ -382,8 +377,8 @@
|
|||
(native-inputs
|
||||
`(("autoconf" ,autoconf-2.13)
|
||||
("cargo" ,rust-1.47 "cargo")
|
||||
("clang" ,clang)
|
||||
("llvm" ,llvm)
|
||||
("clang" ,clang-10)
|
||||
("llvm" ,llvm-10)
|
||||
("m4" ,m4)
|
||||
("nasm" ,nasm)
|
||||
("node" ,node)
|
||||
|
|
Loading…
Reference in a new issue