me
/
guix
Archived
1
0
Fork 0

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
Tomas Volf 2024-02-15 21:26:48 +01:00 committed by Efraim Flashner
parent de716827a3
commit 2d3fdf0c96
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 30 additions and 0 deletions

View File

@ -38494,6 +38494,36 @@ select the mock struct at compile time. Used with the Mockall crate.")
debug_assert_* macros.")
(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
(package
(name "rust-mp4")