mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Add rust-core-error-0.0.0.
* gnu/packages/crates-io.scm (rust-core-error-0.0.0): New variable. Change-Id: I2520641cbf7bbbfe4646e80d1cfee5af1e381e7d
This commit is contained in:
parent
9d7107207c
commit
fdb22709cd
1 changed files with 19 additions and 0 deletions
|
@ -15154,6 +15154,25 @@ (define-public rust-cordic-0.1
|
|||
numbers using the CORDIC method.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public rust-core-error-0.0.0
|
||||
(package
|
||||
(name "rust-core-error")
|
||||
(version "0.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "core-error" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "13wvc7lcpi7f6rr0racns4l52gzpix4xhih6qns30hmn5sbv5kgg"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-version-check" ,rust-version-check-0.9))))
|
||||
(home-page "https://github.com/core-error/core-error")
|
||||
(synopsis "std::error::Error for libcore")
|
||||
(description "std::error::Error for libcore.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-core-extensions-1
|
||||
(package
|
||||
(name "rust-core-extensions")
|
||||
|
|
Loading…
Reference in a new issue