mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: Add rust-1.59 to gnuzilla.scm.
This will be needed to build IceCat 102. * gnu/packages/gnuzilla.scm (rust-1.58-promise, rust-1.59-promise): New variables.
This commit is contained in:
parent
f6e2ca3651
commit
c6b9bf0da2
1 changed files with 21 additions and 0 deletions
|
@ -324,6 +324,27 @@ (define-public mozjs-91
|
|||
(replace "python" python-wrapper)
|
||||
(append m4)))))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Temporary packaging of rust-1.59, pending inclusion in (gnu packages rust)
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(define rust-1.58-promise
|
||||
(delay
|
||||
(let ((rust-bootstrapped-package
|
||||
(@@ (gnu packages rust)
|
||||
rust-bootstrapped-package)))
|
||||
(rust-bootstrapped-package
|
||||
rust "1.58.1" "1iq7kj16qfpkx8gvw50d8rf7glbm6s0pj2y1qkrz7mi56vfsyfd8"))))
|
||||
|
||||
(define rust-1.59-promise
|
||||
(delay
|
||||
(let ((rust-bootstrapped-package
|
||||
(@@ (gnu packages rust)
|
||||
rust-bootstrapped-package)))
|
||||
(rust-bootstrapped-package
|
||||
(force rust-1.58-promise)
|
||||
"1.59.0" "1yc5bwcbmbwyvpfq7zvra78l0r8y3lbv60kbr62fzz2vx2pfxj57"))))
|
||||
|
||||
(define mozilla-compare-locales
|
||||
(origin
|
||||
(method hg-fetch)
|
||||
|
|
Loading…
Reference in a new issue