mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: Add rust-rustc-ap-rustc-target-654.
* gnu/packages/crates-io.scm (rust-rustc-ap-rustc-target-654): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
09c42dc723
commit
9d502dd76b
1 changed files with 34 additions and 0 deletions
|
@ -21167,6 +21167,40 @@ (define-public rust-rustc-ap-rustc-span-654
|
|||
@url{https://www.github.com/rust-lang/rust}")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-rustc-ap-rustc-target-654
|
||||
(package
|
||||
(name "rust-rustc-ap-rustc-target")
|
||||
(version "654.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rustc-ap-rustc_target" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0i579l4jx4ky5wm0ah8zdy6dd6201rii6rv1wc4bi209ixwjikr8"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-bitflags" ,rust-bitflags-1)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-rustc-ap-rustc-data-structures"
|
||||
,rust-rustc-ap-rustc-data-structures-654)
|
||||
("rust-rustc-ap-rustc-index" ,rust-rustc-ap-rustc-index-654)
|
||||
("rust-rustc-ap-rustc-macros" ,rust-rustc-ap-rustc-macros-654)
|
||||
("rust-rustc-ap-serialize" ,rust-rustc-ap-serialize-654)
|
||||
("rust-rustc-ap-rustc-span" ,rust-rustc-ap-rustc-span-654))))
|
||||
(home-page "https://github.com/alexcrichton/rustc-auto-publish")
|
||||
(synopsis
|
||||
"Automatically published version of the compile targets used in rustc")
|
||||
(description
|
||||
"Use the compile targets as expressed 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-serialize-654
|
||||
(package
|
||||
(name "rust-rustc-ap-serialize")
|
||||
|
|
Loading…
Reference in a new issue