gnu: rust-quinn-proto-0.8: Add missing input.
* gnu/packages/crates-io.scm (rust-quinn-proto-0.8)[native-inputs]: Add perl.
parent
6371e3db13
commit
0b691ce66e
|
@ -53603,6 +53603,8 @@ and Petrick's method, an algorithm to automatically minimize boolean expressions
|
||||||
("rust-lazy-static" ,rust-lazy-static-1)
|
("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
("rust-rcgen" ,rust-rcgen-0.8)
|
("rust-rcgen" ,rust-rcgen-0.8)
|
||||||
("rust-tracing-subscriber" ,rust-tracing-subscriber-0.3))))
|
("rust-tracing-subscriber" ,rust-tracing-subscriber-0.3))))
|
||||||
|
(native-inputs
|
||||||
|
(list perl))
|
||||||
(home-page "https://github.com/quinn-rs/quinn")
|
(home-page "https://github.com/quinn-rs/quinn")
|
||||||
(synopsis "State machine for the QUIC transport protocol")
|
(synopsis "State machine for the QUIC transport protocol")
|
||||||
(description "State machine for the QUIC transport protocol")
|
(description "State machine for the QUIC transport protocol")
|
||||||
|
|
Reference in New Issue