index
:
guix
koszko
koszko-scripts
Wojtek's customized Guix
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gnu
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
2020-03-05
installer: Implement a dialog on /var/guix/installer-socket.
...
Ludovic Courtès
@flashner.co.il>
2020-12-26 21:53:46 +0200
commit
999d403ba19a37895ad1c47a21a2fced0597e678
(
patch
)
tree
2e1ceefbe56241667c03140c217f20b6c7055d86
/
gnu
parent
2af49666f578b12e4629ac2be5678dc2d1d6d9ee
(
diff
)
download
guix-999d403ba19a37895ad1c47a21a2fced0597e678.tar.gz
guix-999d403ba19a37895ad1c47a21a2fced0597e678.zip
gnu: kiwix-desktop: Add missing input.
* gnu/packages/web.scm (kiwix-desktop)[inputs]: Add libmicrohttpd.
Diffstat
(limited to 'gnu')
-rw-r--r--
gnu/packages/web.scm
1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 7b5ec5da89..b706e1d216 100644
--- a/
gnu/packages/web.scm
+++ b/
gnu/packages/web.scm
@@ -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)