From 41e0050097d5f7ca80cbff6d49f76dc065fea05b Mon Sep 17 00:00:00 2001 From: John Soo Date: Tue, 16 Jun 2020 22:20:18 -0700 Subject: [PATCH 26/33] gnu: Add rust-ap-rustc-errors-654.0. * gnu/packages/crates-io.scm (rust-ap-rustc-errors-654.0): New variable. --- gnu/packages/crates-io.scm | 62 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 7b74ac76f1..83fa59baac 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -20211,6 +20211,68 @@ 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-errors-654.0 + (package + (name "rust-rustc-ap-rustc-errors") + (version "654.0.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "rustc-ap-rustc-errors" version)) + (file-name + (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1030psm9nx3f132dswbkwqahb4hy020bjvdsyj53dfy6hyhix3lh")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs + (("rust-annotate-snippets" + ,rust-annotate-snippets-0.6) + ("rust-atty" ,rust-atty-0.2) + ("rust-log" ,rust-log-0.4) + ("rust-rustc-ap-rustc-data-structures" + ,rust-rustc-ap-rustc-data-structures-654.0) + ("rust-rustc-ap-serialize" + ,rust-rustc-ap-serialize-654.0) + ("rust-rustc-ap-rustc-span" + ,rust-rustc-ap-rustc-span-654.0) + ("rust-termcolor" ,rust-termcolor-1.0) + ("rust-termize" ,rust-termize-0.1) + ("rust-unicode-width" ,rust-unicode-width-0.1) + ("rust-winapi" ,rust-winapi-0.3)))) + (home-page "https://github.com/alexcrichton/rustc-auto-publish") + (synopsis + "Automatically published version of the errors used in rustc") + (description + "Use the errors from 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-fs-util-654.0 + (package + (name "rust-rustc-ap-rustc-fs-util") + (version "654.0.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "rustc-ap-rustc_fs_util" version)) + (file-name + (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "028yi1gr8khnf05dj0726j574g3jd7bp259154kzqs74wmbi7yg3")))) + (build-system cargo-build-system) + (home-page "https://github.com/alexcrichton/rustc-auto-publish") + (synopsis + "Automatically published version of the file system utilities in rustc") + (description + "Use the file system utilities library 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-graphviz-654.0 (package (name "rust-rustc-ap-graphviz") -- 2.26.2