mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add rust-dhcproto-macros-0.1.
* gnu/packages/crates-io.scm (rust-dhcproto-macros-0.1): New variable. Change-Id: Ifb07383e9d08fd4911d4de641e3847b7025f3424 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
2040d55fd5
commit
c7ae2ff459
1 changed files with 19 additions and 0 deletions
|
@ -18983,6 +18983,25 @@ (define-public rust-devise-core-0.2
|
|||
("rust-quote" ,rust-quote-0.6)
|
||||
("rust-syn" ,rust-syn-0.15))))))
|
||||
|
||||
(define-public rust-dhcproto-macros-0.1
|
||||
(package
|
||||
(name "rust-dhcproto-macros")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "dhcproto-macros" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0w61gvnm17frkm6mk8q4xkwd1iji946lj5f175w585h4hvxkx6d7"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/bluecatengineering/dhcproto")
|
||||
(synopsis "Macro library for generating option types for dhcproto")
|
||||
(description
|
||||
"This package provides a macro library for generating option types for
|
||||
dhcproto.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-dhcp4r-0.2
|
||||
(package
|
||||
(name "rust-dhcp4r")
|
||||
|
|
Loading…
Reference in a new issue