1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-02 15:25:54 +02:00

gnu: librewolf: Use current rust.

* gnu/packages/librewolf.scm (rust-librewolf): Define as rust.

Change-Id: Iee133114dc9961c58f5c8261803dc5e5a379bc98
This commit is contained in:
Hilton Chain
2025-04-13 17:04:27 +08:00
parent b475dd6016
commit eb93536d32
+1 -2
View File
@@ -205,8 +205,7 @@
;;; but since in Guix only the latest packaged Rust is officially supported,
;;; it is a tradeoff worth making.
;;; 0: https://firefox-source-docs.mozilla.org/writing-rust-code/update-policy.html
;; 136.0.1 wants 1.84, but it's not available in Guix yet.
(define rust-librewolf rust-1.82)
(define rust-librewolf rust)
;; Update this id with every update to its release date.
;; It's used for cache validation and therefore can lead to strange bugs.