summaryrefslogtreecommitdiff
path: root/nongnu/packages
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2022-10-15 18:56:41 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2022-10-15 18:56:41 -0400
commit4399c012e4bb5460c1807285ed98fb5455816f8c (patch)
tree1ce56ed9fb8bffe461acd02b81ab4edd1d1b5dd8 /nongnu/packages
parent208b549eb92d63f64c618f051b88b96d79b8d15d (diff)
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.
Diffstat (limited to 'nongnu/packages')
-rw-r--r--nongnu/packages/mozilla.scm16
1 files changed, 2 insertions, 14 deletions
diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm
index 005ca9b..4a89b5c 100644
--- a/nongnu/packages/mozilla.scm
+++ b/nongnu/packages/mozilla.scm
@@ -105,21 +105,9 @@
(alist-replace "rustc-bootstrap" (list 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
(let ((base-rust (rust-bootstrapped-package
- rust-firefox-1.60 "1.61.0"
+ rust "1.61.0"
"1vfs05hkf9ilk19b2vahqn8l6k17pl9nc1ky9kgspaascx8l62xd")))
(package
(inherit base-rust)
@@ -141,7 +129,7 @@
;; 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)
+(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
;; rust-cbindgen-0.23/0.24 dependencies