unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37075] [PATCH] gnu: rust: Update to 1.37.0.
@ 2019-08-18 15:27 Ivan Petkov
  2019-08-23 21:35 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Ivan Petkov @ 2019-08-18 15:27 UTC (permalink / raw)
  To: 37075

* 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#37075] [PATCH] gnu: rust: Update to 1.37.0.
  2019-08-18 15:27 [bug#37075] [PATCH] gnu: rust: Update to 1.37.0 Ivan Petkov
@ 2019-08-23 21:35 ` Ludovic Courtès
  2019-08-30  0:45   ` bug#37075: " Ivan Petkov
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2019-08-23 21:35 UTC (permalink / raw)
  To: Ivan Petkov; +Cc: 37075

Hi Ivan,

Ivan Petkov <ivanppetkov@gmail.com> skribis:

> * gnu/packages/rust.scm (rust): Rename to...
> (rust-1.36): ...this.
> (rust): New variable.

Nice, I guess you can go ahead and push it.

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#37075: [PATCH] gnu: rust: Update to 1.37.0.
  2019-08-23 21:35 ` Ludovic Courtès
@ 2019-08-30  0:45   ` Ivan Petkov
  0 siblings, 0 replies; 3+ messages in thread
From: Ivan Petkov @ 2019-08-30  0:45 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 37075-done

Pushed in 02c61278f1327d403f072f42e6b92a1dc62fc93a

—Ivan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-08-30  0:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-18 15:27 [bug#37075] [PATCH] gnu: rust: Update to 1.37.0 Ivan Petkov
2019-08-23 21:35 ` Ludovic Courtès
2019-08-30  0:45   ` bug#37075: " Ivan Petkov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).