me
/
guix
Archived
1
0
Fork 0

gnu: rust-quinn-proto-0.8: Add missing input.

* gnu/packages/crates-io.scm (rust-quinn-proto-0.8)[native-inputs]: Add
perl.
Efraim Flashner 2023-10-08 16:21:34 +03:00
parent 6371e3db13
commit 0b691ce66e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -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")