me
/
guix
Archived
1
0
Fork 0

gnu: agate: Add missing input.

* gnu/packages/rust-apps.scm (agate)[native-inputs]: Add perl.
master
Efraim Flashner 2023-03-15 12:25:17 +02:00
parent 1971f0cdfc
commit b84151a827
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,8 @@
("rust-tokio" ,rust-tokio-1)
("rust-tokio-rustls" ,rust-tokio-rustls-0.22)
("rust-url" ,rust-url-2))))
(native-inputs
(list perl))
(home-page "https://github.com/mbrubeck/agate")
(synopsis "Very simple server for the Gemini hypertext protocol")
(description