GNU bug report logs - #37075
[PATCH] gnu: rust: Update to 1.37.0.

Previous Next

Package: guix-patches;

Reported by: Ivan Petkov <ivanppetkov <at> gmail.com>

Date: Sun, 18 Aug 2019 15:28:01 UTC

Severity: normal

Tags: patch

Done: Ivan Petkov <ivanppetkov <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ivan Petkov <ivanppetkov <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#37075: closed ([PATCH] gnu: rust: Update to 1.37.0.)
Date: Fri, 30 Aug 2019 00:46:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 29 Aug 2019 17:45:10 -0700
with message-id <D982737D-DD60-40DC-937D-3EE387B3CFA7 <at> gmail.com>
and subject line Re: [bug#37075] [PATCH] gnu: rust: Update to 1.37.0.
has caused the debbugs.gnu.org bug report #37075,
regarding [PATCH] gnu: rust: Update to 1.37.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
37075: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37075
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ivan Petkov <ivanppetkov <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Danny Milosavljevic <dannym <at> scratchpost.org>,
 Efraim Flashner <efraim <at> flashner.co.il>
Subject: [PATCH] gnu: rust: Update to 1.37.0.
Date: Sun, 18 Aug 2019 08:27:15 -0700
* gnu/packages/rust.scm (rust): Rename to...
(rust-1.36): ...this.
(rust): New variable.
---
 gnu/packages/rust.scm | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index b4c50437f7..6d1b9f1fe4 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -1073,7 +1073,7 @@ jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
                    (("bins::check") "//bins::check"))
                  #t)))))))))
 
-(define-public rust
+(define-public rust-1.36
   (let ((base-rust
          (rust-bootstrapped-package rust-1.35 "1.36.0"
            "06xv2p6zq03lidr0yaf029ii8wnjjqa894nkmrm6s0rx47by9i04")))
@@ -1084,3 +1084,20 @@ jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
          ((#:phases phases)
           `(modify-phases ,phases
              (delete 'patch-process-docs-rev-cmd))))))))
+
+(define-public rust
+  (let ((base-rust
+         (rust-bootstrapped-package rust-1.36 "1.37.0"
+           "1hrqprybhkhs6d9b5pjskfnc5z9v2l2gync7nb39qjb5s0h703hj")))
+    (package
+      (inherit base-rust)
+      (arguments
+       (substitute-keyword-arguments (package-arguments base-rust)
+         ((#:phases phases)
+          `(modify-phases ,phases
+             (add-before 'configure 'configure-cargo-home
+               (lambda _
+                 (let ((cargo-home (string-append (getcwd) "/.cargo")))
+                   (mkdir-p cargo-home)
+                   (setenv "CARGO_HOME" cargo-home)
+                   #t))))))))))
-- 
2.23.0



[Message part 3 (message/rfc822, inline)]
From: Ivan Petkov <ivanppetkov <at> gmail.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 37075-done <at> debbugs.gnu.org
Subject: Re: [bug#37075] [PATCH] gnu: rust: Update to 1.37.0.
Date: Thu, 29 Aug 2019 17:45:10 -0700
Pushed in 02c61278f1327d403f072f42e6b92a1dc62fc93a

—Ivan

This bug report was last modified 5 years and 265 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.