all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53579] [PATCH] gnu: kiwix-lib: Fix build.
@ 2022-01-27 10:03 Michael Rohleder
  2022-01-28  8:41 ` bug#53579: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2022-01-27 10:03 UTC (permalink / raw)
  To: 53579; +Cc: Michael Rohleder

* gnu/packages/web.scm (kiwix-lib)[native-inputs]: Add python-wrapper.
---
 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 @@ (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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#53579: [PATCH] gnu: kiwix-lib: Fix build.
  2022-01-27 10:03 [bug#53579] [PATCH] gnu: kiwix-lib: Fix build Michael Rohleder
@ 2022-01-28  8:41 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-01-28  8:41 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 53579-done

Hello,

Michael Rohleder <mike@rohleder.de> writes:

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-28  8:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-27 10:03 [bug#53579] [PATCH] gnu: kiwix-lib: Fix build Michael Rohleder
2022-01-28  8:41 ` bug#53579: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.