gnu: Add rust-syntex-pos-0.58.
* gnu/packages/crates-io.scm (rust-syntex-pos-0.58): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
8a062f6767
commit
e8166e7954
1 changed files with 22 additions and 0 deletions
|
@ -12883,6 +12883,28 @@ cryptographic implementations.")
|
||||||
(properties '((hidden? . #t)))
|
(properties '((hidden? . #t)))
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-syntex-pos-0.58
|
||||||
|
(package
|
||||||
|
(name "rust-syntex-pos")
|
||||||
|
(version "0.58.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "syntex_pos" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0iqhircpr723da1g97xrrj8smqqz3gxw91cf03sckasjzri4gb8k"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-rustc-serialize" ,rust-rustc-serialize-0.3))))
|
||||||
|
(home-page "https://github.com/serde-rs/syntex")
|
||||||
|
(synopsis "Backport of libsyntax_pos")
|
||||||
|
(description "This package provides a backport of @code{libsyntax_pos}.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-sysctl-0.4
|
(define-public rust-sysctl-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-sysctl")
|
(name "rust-sysctl")
|
||||||
|
|
Reference in a new issue