diff options
author | Tomas Volf <~@wolfsden.cz> | 2025-03-05 20:28:26 +0100 |
---|---|---|
committer | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2025-03-12 18:33:42 +0100 |
commit | 7cb1916a76f526b3f9376a57116d261ee4acc2d5 (patch) | |
tree | 8a842a1f2d10db0ad448a00a867a496900caa2c7 | |
parent | b4b3c18945b644da29cb07a086c73487d1d141b7 (diff) |
nongnu: firefox-esr: Use current rust.
* nongnu/packages/mozilla.scm (rust-firefox-esr): Set to `rust'.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
-rw-r--r-- | nongnu/packages/mozilla.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nongnu/packages/mozilla.scm b/nongnu/packages/mozilla.scm index 7004a31..7f803c5 100644 --- a/nongnu/packages/mozilla.scm +++ b/nongnu/packages/mozilla.scm @@ -81,8 +81,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 -;; The `rust' package is too old. -(define-public rust-firefox-esr rust-1.77) +(define-public rust-firefox-esr rust) (define-public rust-firefox rust) ;; Update this id with every firefox update to its release date. |