guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: kiwix-lib: Fix build.


From: guix-commits
Subject: branch master updated: gnu: kiwix-lib: Fix build.
Date: Fri, 28 Jan 2022 03:41:53 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 51199431e7 gnu: kiwix-lib: Fix build.
51199431e7 is described below

commit 51199431e7fdf381165c6672f92cfb9025cb13c7
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Thu Jan 27 11:03:45 2022 +0100

    gnu: kiwix-lib: Fix build.
    
    * gnu/packages/web.scm (kiwix-lib)[native-inputs]: Add python-wrapper.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/web.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 04425c3ed2..7911378f29 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -7949,7 +7949,9 @@ for ZIM files.")
                       (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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]