mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
1e09c20bfd
commit
56fd36343d
1 changed files with 25 additions and 0 deletions
|
@ -2458,6 +2458,31 @@ is configured via an environment variable.")
|
||||||
"Type-erased Serialize and Serializer traits.")
|
"Type-erased Serialize and Serializer traits.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(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
|
(define-public rust-fake-simd-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-fake-simd")
|
(name "rust-fake-simd")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue