GNU bug report logs - #53579
[PATCH] gnu: kiwix-lib: Fix build.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Thu, 27 Jan 2022 10:05:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#53579: closed ([PATCH] gnu: kiwix-lib: Fix build.)
Date: Fri, 28 Jan 2022 08:42:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 28 Jan 2022 09:41:49 +0100
with message-id <878rv0w8tu.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#53579] [PATCH] gnu: kiwix-lib: Fix build.
has caused the debbugs.gnu.org bug report #53579,
regarding [PATCH] gnu: kiwix-lib: Fix build.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
53579: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53579
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Cc: Michael Rohleder <mike <at> rohleder.de>
Subject: [PATCH] gnu: kiwix-lib: Fix build.
Date: Thu, 27 Jan 2022 11:03:45 +0100
* 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



[Message part 3 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 53579-done <at> debbugs.gnu.org
Subject: Re: [bug#53579] [PATCH] gnu: kiwix-lib: Fix build.
Date: Fri, 28 Jan 2022 09:41:49 +0100
Hello,

Michael Rohleder <mike <at> rohleder.de> writes:

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


This bug report was last modified 3 years and 199 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.