gnu: agate: Add missing input.
* gnu/packages/rust-apps.scm (agate)[native-inputs]: Add perl.master
parent
1971f0cdfc
commit
b84151a827
|
@ -107,6 +107,8 @@
|
||||||
("rust-tokio" ,rust-tokio-1)
|
("rust-tokio" ,rust-tokio-1)
|
||||||
("rust-tokio-rustls" ,rust-tokio-rustls-0.22)
|
("rust-tokio-rustls" ,rust-tokio-rustls-0.22)
|
||||||
("rust-url" ,rust-url-2))))
|
("rust-url" ,rust-url-2))))
|
||||||
|
(native-inputs
|
||||||
|
(list perl))
|
||||||
(home-page "https://github.com/mbrubeck/agate")
|
(home-page "https://github.com/mbrubeck/agate")
|
||||||
(synopsis "Very simple server for the Gemini hypertext protocol")
|
(synopsis "Very simple server for the Gemini hypertext protocol")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue