me
/
guix
Archived
1
0
Fork 0

gnu: kiwix-desktop: Add missing input.

* gnu/packages/web.scm (kiwix-desktop)[inputs]: Add libmicrohttpd.
master
Efraim Flashner 2020-12-26 21:39:08 +02:00
parent 2af49666f5
commit 999d403ba1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 0 deletions

View File

@ -7985,6 +7985,7 @@ It contains the code shared by all Kiwix ports.")
`(("curl" ,curl)
("icu4c" ,icu4c)
("kiwix-lib" ,kiwix-lib)
("libmicrohttpd" ,libmicrohttpd)
("libzim" ,libzim)
("pugixml" ,pugixml)
("qtbase" ,qtbase)