[PATCH] gnu: kiwix-lib: Fix build.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 3 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20220127100345.24856-1-mike@rohleder.de
* gnu/packages/web.scm (kiwix-lib)[native-inputs]: Add python-wrapper.
---
gnu/packages/web.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Toggle diff (17 lines)
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 @@ (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.")
--
2.34.0
Nicolas Goaziou wrote 3 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 53579-done@debbugs.gnu.org)
878rv0w8tu.fsf@nicolasgoaziou.fr
Hello,

Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (2 lines)
> * gnu/packages/web.scm (kiwix-lib)[native-inputs]: Add python-wrapper.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 53579@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 53579
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help