mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 16:38:09 +01:00
nongnu: Remove unneeded rust packages.
Upstream Guix now defaults to rust 1.60, so remove unneeded bootstrapping. * nongnu/packages/mozilla.scm (rust-firefox-1.58, rust-firefox-1.59, rust-firefox-1.60): Remove variables. (rust-firefox-1.61): Bootstrap from rust instead of rust-firefox-1.60. (furst-firefox-esr): Set to be rust.
This commit is contained in:
parent
208b549eb9
commit
4399c012e4
1 changed files with 2 additions and 14 deletions
|
@ -105,21 +105,9 @@
|
||||||
(alist-replace "rustc-bootstrap" (list base-rust)
|
(alist-replace "rustc-bootstrap" (list base-rust)
|
||||||
(package-native-inputs base-rust))))))
|
(package-native-inputs base-rust))))))
|
||||||
|
|
||||||
(define rust-firefox-1.58
|
|
||||||
(rust-bootstrapped-package
|
|
||||||
rust "1.58.1" "1iq7kj16qfpkx8gvw50d8rf7glbm6s0pj2y1qkrz7mi56vfsyfd8"))
|
|
||||||
|
|
||||||
(define rust-firefox-1.59
|
|
||||||
(rust-bootstrapped-package
|
|
||||||
rust-firefox-1.58 "1.59.0" "1yc5bwcbmbwyvpfq7zvra78l0r8y3lbv60kbr62fzz2vx2pfxj57"))
|
|
||||||
|
|
||||||
(define rust-firefox-1.60
|
|
||||||
(rust-bootstrapped-package
|
|
||||||
rust-firefox-1.59 "1.60.0" "1drqr0a26x1rb2w3kj0i6abhgbs3jx5qqkrcwbwdlx7n3inq5ji0"))
|
|
||||||
|
|
||||||
(define rust-firefox-1.61
|
(define rust-firefox-1.61
|
||||||
(let ((base-rust (rust-bootstrapped-package
|
(let ((base-rust (rust-bootstrapped-package
|
||||||
rust-firefox-1.60 "1.61.0"
|
rust "1.61.0"
|
||||||
"1vfs05hkf9ilk19b2vahqn8l6k17pl9nc1ky9kgspaascx8l62xd")))
|
"1vfs05hkf9ilk19b2vahqn8l6k17pl9nc1ky9kgspaascx8l62xd")))
|
||||||
(package
|
(package
|
||||||
(inherit base-rust)
|
(inherit base-rust)
|
||||||
|
@ -141,7 +129,7 @@
|
||||||
;; upstream. See the file taskcluster/ci/toolchain/rust.yml at
|
;; upstream. See the file taskcluster/ci/toolchain/rust.yml at
|
||||||
;; https://searchfox.org under the particular firefox release, like
|
;; https://searchfox.org under the particular firefox release, like
|
||||||
;; mozilla-esr102.
|
;; mozilla-esr102.
|
||||||
(define-public rust-firefox-esr rust-firefox-1.60)
|
(define-public rust-firefox-esr rust) ; 1.60 is the default in Guix
|
||||||
(define-public rust-firefox rust-firefox-1.61) ; 1.63 is also listed, but 1.61 is the minimum needed
|
(define-public rust-firefox rust-firefox-1.61) ; 1.63 is also listed, but 1.61 is the minimum needed
|
||||||
|
|
||||||
;; rust-cbindgen-0.23/0.24 dependencies
|
;; rust-cbindgen-0.23/0.24 dependencies
|
||||||
|
|
Loading…
Reference in a new issue