unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#35276] [PATCH] gnu: rust: Update to 1.34.0
@ 2019-04-14 16:54 Ivan Petkov
  2019-04-14 20:00 ` bug#35276: " Danny Milosavljevic
  0 siblings, 1 reply; 2+ messages in thread
From: Ivan Petkov @ 2019-04-14 16:54 UTC (permalink / raw)
  To: 35276

* gnu/packages/rust.scm (rust): Replace with rust-1.34 package
---
 gnu/packages/rust.scm | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index 5198fd3328..26f20f31f2 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -1006,4 +1006,18 @@ jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\"
                  (setenv "RUST_TEST_THREADS" "2")
                  #t)))))))))
 
-(define-public rust rust-1.33)
+(define-public rust
+  (let ((base-rust
+         (rust-bootstrapped-package rust-1.33 "1.34.0"
+                                    "0n8z1wngkxab1rvixqg6w8b727hzpnm9wp9h8iy3mpbrzp7mmj3s"
+                                    #:patches '())))
+    (package
+      (inherit base-rust)
+      (source
+        (origin
+          (inherit (package-source base-rust))
+          (snippet '(begin
+                      (delete-file-recursively "src/llvm-emscripten")
+                      (delete-file-recursively "src/llvm-project")
+                      (delete-file-recursively "vendor/jemalloc-sys/jemalloc")
+                      #t)))))))
-- 
2.21.0

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

* bug#35276: [PATCH] gnu: rust: Update to 1.34.0
  2019-04-14 16:54 [bug#35276] [PATCH] gnu: rust: Update to 1.34.0 Ivan Petkov
@ 2019-04-14 20:00 ` Danny Milosavljevic
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2019-04-14 20:00 UTC (permalink / raw)
  To: Ivan Petkov; +Cc: 35276-done

[-- Attachment #1: Type: text/plain, Size: 107 bytes --]

Hi Ivan,

thanks!

I've pushed that patch to guix master as a5c72da46c302511ef77f02ed9725e701ab82687.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2019-04-14 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-14 16:54 [bug#35276] [PATCH] gnu: rust: Update to 1.34.0 Ivan Petkov
2019-04-14 20:00 ` bug#35276: " Danny Milosavljevic

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).