From 06511d9e6c512748c2672cd619c9ca570fe9fd24 Mon Sep 17 00:00:00 2001 From: John Soo Date: Tue, 16 Jun 2020 21:49:07 -0700 Subject: [PATCH 21/33] gnu: Add rust-rustc-ap-rustc-ast-pretty-654.0. * gnu/packages/crates-io.scm (rust-rustc-ap-rustc-ast-pretty-654.0): New variable. --- gnu/packages/crates-io.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index ccc8d98ade..d25448a825 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -20086,6 +20086,36 @@ 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-ast-pretty-654.0 + (package + (name "rust-rustc-ap-rustc-ast-pretty") + (version "654.0.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "rustc-ap-rustc-ast-pretty" version)) + (file-name + (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "15503m4bi835hrswpjp8xgbapak3azdc2jc7d0vyj85lyyai9ar6")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs + (("rust-log" ,rust-log-0.4) + ("rust-rustc-ap-rustc-ast" ,rust-rustc-ap-rustc-ast-654.0) + ("rust-rustc-ap-rustc-span" ,rust-rustc-ap-rustc-span-654.0) + ("rust-rustc-ap-rustc-target" + ,rust-rustc-ap-rustc-target-654.0)))) + (home-page "https://github.com/alexcrichton/rustc-auto-publish") + (synopsis + "Automatically published version of the pretty-printer used in rustc") + (description + "Use the ast pretty-printer 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-ap-rustc-data-structures-654.0 (package (name "rust-rustc-ap-rustc-data-structures") -- 2.26.2