mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: kiwix-lib: Fix build.
* gnu/packages/web.scm (kiwix-lib)[native-inputs]: Add python-wrapper. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
272c583690
commit
51199431e7
1 changed files with 3 additions and 1 deletions
|
@ -7949,7 +7949,9 @@ (define-public kiwix-lib
|
|||
(sha256
|
||||
(base32
|
||||
"0r9rbk6v1wpld2ismfsk2lkhbyv3dkf0p03hkjivbj05qkfhvlbb"))))
|
||||
("pkg-config" ,pkg-config)))
|
||||
("pkg-config" ,pkg-config)
|
||||
;; for kiwix-compile-resources
|
||||
("python" ,python-wrapper)))
|
||||
(synopsis "Common code base for all Kiwix ports")
|
||||
(description "The Kiwix library provides the Kiwix software suite core.
|
||||
It contains the code shared by all Kiwix ports.")
|
||||
|
|
Loading…
Reference in a new issue