gnu: Add rust-mozim-0.2.
* gnu/packages/crates-io.scm (rust-mozim-0.2): New variable. Change-Id: Ia9e33d111adc2e735011dba43f91b99f88eb0833 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
de716827a3
commit
2d3fdf0c96
|
@ -38494,6 +38494,36 @@ select the mock struct at compile time. Used with the Mockall crate.")
|
||||||
debug_assert_* macros.")
|
debug_assert_* macros.")
|
||||||
(license (list license:unlicense license:expat license:asl2.0 license:cc0))))
|
(license (list license:unlicense license:expat license:asl2.0 license:cc0))))
|
||||||
|
|
||||||
|
(define-public rust-mozim-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-mozim")
|
||||||
|
(version "0.2.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "mozim" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "14f4k92zfr1mm2qhq6j3bq277j4wfdlj24lb96py0jrivz81a70c"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f ; Tests can't run in the build environment.
|
||||||
|
#:cargo-inputs (("rust-byteorder" ,rust-byteorder-1)
|
||||||
|
("rust-dhcproto" ,rust-dhcproto-0.9)
|
||||||
|
("rust-etherparse" ,rust-etherparse-0.13)
|
||||||
|
("rust-futures" ,rust-futures-0.3)
|
||||||
|
("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-log" ,rust-log-0.4)
|
||||||
|
("rust-nispor" ,rust-nispor-1)
|
||||||
|
("rust-nix" ,rust-nix-0.26)
|
||||||
|
("rust-rand" ,rust-rand-0.8))
|
||||||
|
#:cargo-development-inputs (("rust-env-logger" ,rust-env-logger-0.10)
|
||||||
|
("rust-tokio" ,rust-tokio-1))))
|
||||||
|
(home-page "https://github.com/nispor/mozim")
|
||||||
|
(synopsis "DHCP Client Library")
|
||||||
|
(description "DHCP Client Library.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public rust-mp4-0.9
|
(define-public rust-mp4-0.9
|
||||||
(package
|
(package
|
||||||
(name "rust-mp4")
|
(name "rust-mp4")
|
||||||
|
|
Reference in New Issue