emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#53579: closed ([PATCH] gnu: kiwix-lib: Fix build.)


From: GNU bug Tracking System
Subject: bug#53579: closed ([PATCH] gnu: kiwix-lib: Fix build.)
Date: Fri, 28 Jan 2022 08:42:02 +0000

Your message dated Fri, 28 Jan 2022 09:41:49 +0100
with message-id <878rv0w8tu.fsf@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@gnu.org.)


-- 
53579: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53579
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#53579] [PATCH] gnu: kiwix-lib: Fix build. Date: Fri, 28 Jan 2022 09:41:49 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Michael Rohleder <mike@rohleder.de> writes:

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

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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