me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-thiserror-core-impl-1.

* gnu/packages/crates-io.scm (rust-thiserror-core-impl-1): New variable.

Change-Id: I9563f36bfce001c88302c06d794c85c8277977e3
master
Efraim Flashner 2024-01-07 11:58:10 +02:00
parent e84ab1c799
commit 8419fc9277
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 21 additions and 0 deletions

View File

@ -73948,6 +73948,27 @@ handle Unicode characters correctly.")
(description "This package provides @code{derive(Error)} in Rust.")
(license (list license:expat license:asl2.0))))
(define-public rust-thiserror-core-impl-1
(package
(name "rust-thiserror-core-impl")
(version "1.0.50")
(source
(origin
(method url-fetch)
(uri (crate-uri "thiserror-core-impl" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "014xs0ajjzrc7pxafn1ys8i5f9s2iv5vjqvnrivs05b6ydlhvip4"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-2))))
(home-page "https://github.com/FlorianUekermann/thiserror")
(synopsis "Implementation detail of the @code{thiserror} crate")
(description "Implementation detail of the @code{thiserror} crate.")
(license (list license:expat license:asl2.0))))
(define-public rust-thiserror-impl-1
(package
(name "rust-thiserror-impl")