mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: Add rust-rustc-ap-rustc-lexer-725.
* gnu/packages/crates-io.scm (rust-rustc-ap-rustc-lexer-725): New variable. (rust-rustc-ap-rustc-lexer-721): Inherit from above. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
13431cbb33
commit
8b85d0354f
1 changed files with 30 additions and 8 deletions
|
@ -46489,8 +46489,37 @@ (define-public rust-rustc-ap-rustc-index-654
|
|||
@url{https://www.github.com/rust-lang/rust}")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-rustc-ap-rustc-lexer-725
|
||||
(package
|
||||
(name "rust-rustc-ap-rustc-lexer")
|
||||
(version "725.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rustc-ap-rustc_lexer" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13pnbln1mnv51p1kgf6ljmzypp9q0j4aplxac5val0x2z0p78l7r"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-unicode-xid" ,rust-unicode-xid-0.2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-expect-test" ,rust-expect-test-1))))
|
||||
(home-page "https://github.com/alexcrichton/rustc-auto-publish")
|
||||
(synopsis "Automatically published versions of rustc macros")
|
||||
(description
|
||||
"Use the lexer 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-lexer-721
|
||||
(package
|
||||
(inherit rust-rustc-ap-rustc-lexer-725)
|
||||
(name "rust-rustc-ap-rustc-lexer")
|
||||
(version "721.0.0")
|
||||
(source
|
||||
|
@ -46507,14 +46536,7 @@ (define-public rust-rustc-ap-rustc-lexer-721
|
|||
`(#:cargo-inputs
|
||||
(("rust-unicode-xid" ,rust-unicode-xid-0.2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-expect-test" ,rust-expect-test-1))))
|
||||
(home-page "https://github.com/alexcrichton/rustc-auto-publish")
|
||||
(synopsis "Automatically published versions of rustc macros")
|
||||
(description
|
||||
"Use the lexer 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))))
|
||||
(("rust-expect-test" ,rust-expect-test-1))))))
|
||||
|
||||
(define-public rust-rustc-ap-rustc-lexer-654
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue