mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-02-18 02:23:12 +01:00
nongnu: Add rust-firefox-1.60.
Better match upstream with which rust version is used to build firefox-esr. * nongnu/packages/mozilla.scm (rust-firefox-1.60, rust-firefox-esr): New variables. (firefox-esr)[native-inputs]: Use rust-firefox-esr.
This commit is contained in:
parent
ccb2e98821
commit
44b8aabf5d
1 changed files with 11 additions and 3 deletions
|
@ -113,7 +113,15 @@
|
||||||
(rust-bootstrapped-package
|
(rust-bootstrapped-package
|
||||||
rust-firefox-1.58 "1.59.0" "1yc5bwcbmbwyvpfq7zvra78l0r8y3lbv60kbr62fzz2vx2pfxj57"))
|
rust-firefox-1.58 "1.59.0" "1yc5bwcbmbwyvpfq7zvra78l0r8y3lbv60kbr62fzz2vx2pfxj57"))
|
||||||
|
|
||||||
(define-public rust-firefox rust-firefox-1.59)
|
(define rust-firefox-1.60
|
||||||
|
(rust-bootstrapped-package
|
||||||
|
rust-firefox-1.59 "1.60.0" "1drqr0a26x1rb2w3kj0i6abhgbs3jx5qqkrcwbwdlx7n3inq5ji0"))
|
||||||
|
|
||||||
|
;; Define the versions of rust needed to build firefox, trying to match
|
||||||
|
;; upstream. See the file taskcluster/ci/toolchain/rust.yml at
|
||||||
|
;; https://searchfox.org under the particular firefox release, like
|
||||||
|
;; mozilla-esr102.
|
||||||
|
(define-public rust-firefox-esr rust-firefox-1.60)
|
||||||
|
|
||||||
;; rust-cbindgen-0.23/0.24 dependencies
|
;; rust-cbindgen-0.23/0.24 dependencies
|
||||||
(define-public rust-unicode-ident-1
|
(define-public rust-unicode-ident-1
|
||||||
|
@ -596,7 +604,7 @@ according to Unicode Standard Annex #31")
|
||||||
(list
|
(list
|
||||||
alsa-lib
|
alsa-lib
|
||||||
autoconf-2.13
|
autoconf-2.13
|
||||||
`(,rust-firefox "cargo")
|
`(,rust-firefox-esr "cargo")
|
||||||
clang-12
|
clang-12
|
||||||
llvm-12
|
llvm-12
|
||||||
wasm32-wasi-clang-toolchain
|
wasm32-wasi-clang-toolchain
|
||||||
|
@ -606,7 +614,7 @@ according to Unicode Standard Annex #31")
|
||||||
perl
|
perl
|
||||||
pkg-config
|
pkg-config
|
||||||
python
|
python
|
||||||
rust-firefox
|
rust-firefox-esr
|
||||||
rust-cbindgen-0.23
|
rust-cbindgen-0.23
|
||||||
which
|
which
|
||||||
yasm))
|
yasm))
|
||||||
|
|
Loading…
Add table
Reference in a new issue