gnu: Add rust-errno-dragonfly-0.1.

* gnu/packages/crates-io.scm (rust-errno-dragonfly-0.1): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
John Soo 2019-12-19 10:04:21 -08:00 committed by Efraim Flashner
parent 1e09c20bfd
commit 56fd36343d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2458,6 +2458,31 @@ (define-public rust-erased-serde-0.3
"Type-erased Serialize and Serializer traits.")
(license (list license:asl2.0 license:expat))))
(define-public rust-errno-dragonfly-0.1
(package
(name "rust-errno-dragonfly")
(version "0.1.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "errno-dragonfly" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0rshlc00nv45f14v2l1w0ma2nf1jg5j7q9pvw7hh018r6r73bjhl"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-libc" ,rust-libc-0.2)
("rust-gcc" ,rust-gcc-0.3))))
(home-page "https://github.com/mneumann/errno-dragonfly-rs")
(synopsis "Exposes errno functionality to stable Rust on DragonFlyBSD")
(description
"Exposes errno functionality to stable Rust on DragonFlyBSD.")
(license license:expat)))
(define-public rust-fake-simd-0.1
(package
(name "rust-fake-simd")