guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: Add rust-1.59 to gnuzilla.scm.


From: guix-commits
Subject: 01/03: gnu: Add rust-1.59 to gnuzilla.scm.
Date: Tue, 20 Sep 2022 10:44:34 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit c6b9bf0da2561dac60604bb9284b7bcef829ac08
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Sat Sep 17 20:42:24 2022 -0400

    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.
---
 gnu/packages/gnuzilla.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 139596363c..39d5af5266 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -324,6 +324,27 @@ fractional-second-digits-append-item.js")
                      (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]