[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/65: gnu: Add rust-rustc-ap-rustc-macros-654.
From: |
guix-commits |
Subject: |
25/65: gnu: Add rust-rustc-ap-rustc-macros-654. |
Date: |
Thu, 9 Jul 2020 10:02:06 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit e548f359a71f7514fbfda42bad9fc8c08f13423d
Author: John Soo <jsoo1@asu.edu>
AuthorDate: Tue Jun 16 20:21:59 2020 -0700
gnu: Add rust-rustc-ap-rustc-macros-654.
* gnu/packages/crates-io.scm (rust-rustc-ap-macros-654): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/crates-io.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d8bf776..4fdbc0a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -20230,6 +20230,35 @@ It is automatically published using the compiler
repository at
@url{https://www.github.com/rust-lang/rust}")
(license (list license:expat license:asl2.0))))
+(define-public rust-rustc-ap-rustc-macros-654
+ (package
+ (name "rust-rustc-ap-rustc-macros")
+ (version "654.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "rustc-ap-rustc_macros" version))
+ (file-name
+ (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "03zfp8a10jz43z8lsx1drx7g5jimxmbw4w7hs13yvczismb6qs2r"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-proc-macro2" ,rust-proc-macro2-1.0)
+ ("rust-quote" ,rust-quote-1.0)
+ ("rust-syn" ,rust-syn-1.0)
+ ("rust-synstructure" ,rust-synstructure-0.12))))
+ (home-page "https://github.com/alexcrichton/rustc-auto-publish")
+ (synopsis "Automatically published versions of rustc macros")
+ (description
+ "Use macros used in the Rust compiler with this crate.
+It is automatically published using the compiler repository at
+@url{https://www.github.com/rust-lang/rust}.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-rustc-demangle-0.1
(package
(name "rust-rustc-demangle")
- 23/65: gnu: Add rust-measureme-0.7., (continued)
- 23/65: gnu: Add rust-measureme-0.7., guix-commits, 2020/07/09
- 26/65: gnu: Add rust-rustc-ap-rustc-lexer-654., guix-commits, 2020/07/09
- 28/65: gnu: Add rust-rustc-rayon-core-0.3., guix-commits, 2020/07/09
- 30/65: gnu: Add rust-rustc-ap-serialize-654., guix-commits, 2020/07/09
- 31/65: gnu: Add rust-rustc-ap-rustc-index-654., guix-commits, 2020/07/09
- 33/65: gnu: rust-smallvec-1: Update to 1.4.1., guix-commits, 2020/07/09
- 10/65: gnu: rust-cfg-if-0.1: Don't skip build., guix-commits, 2020/07/09
- 36/65: gnu: rust-unindent-0.1: Update to 0.1.6., guix-commits, 2020/07/09
- 38/65: gnu: rust-urlocator-0.1: Update to 0.1.3., guix-commits, 2020/07/09
- 43/65: gnu: rust-winapi-util-0.1: Update to 0.1.5., guix-commits, 2020/07/09
- 25/65: gnu: Add rust-rustc-ap-rustc-macros-654.,
guix-commits <=
- 40/65: gnu: rust-vec-map-0.8: Update to 0.8.2., guix-commits, 2020/07/09
- 13/65: gnu: rust-cmake-0.1: Update to 0.1.44., guix-commits, 2020/07/09
- 17/65: gnu: rust-cpp-demangle-0.2: Update to 0.2.16., guix-commits, 2020/07/09
- 52/65: gnu: rust-proc-macro-nested-0.1: Update to 0.1.6., guix-commits, 2020/07/09
- 53/65: gnu: rust-procedural-masquerade-0.1: Update to 0.1.7., guix-commits, 2020/07/09
- 54/65: gnu: rust-psm-0.1: Update to 0.1.10., guix-commits, 2020/07/09
- 44/65: gnu: rust-wincolor-1.0: Update to 1.0.3., guix-commits, 2020/07/09
- 45/65: gnu: Add rust-resize-0.3., guix-commits, 2020/07/09
- 57/65: gnu: rust-ref-cast-1.0: Update to 1.0.2., guix-commits, 2020/07/09
- 58/65: gnu: rust-ref-cast-impl-1.0: Update to 1.0.2., guix-commits, 2020/07/09