* [bug#53572] [PATCH] gnu: libzim: Fix build.
@ 2022-01-27 6:41 Michael Rohleder
2022-01-27 8:48 ` bug#53572: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2022-01-27 6:41 UTC (permalink / raw)
To: 53572; +Cc: Michael Rohleder
* gnu/packages/web.scm (libzim)[inputs]: Add python-wrapper.
---
gnu/packages/web.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 3ddecb15c4..2db4434935 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -43,7 +43,7 @@
;;; Copyright © 2020, 2021 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2018, 2019, 2020 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
;;; Copyright © 2020, 2021 Paul Garlick <pgarlick@tourbillion-technology.com>
-;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020, 2022 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020, 2021 Ryan Prior <rprior@protonmail.com>
;;; Copyright © 2020 Alexandru-Sergiu Marton <brown121407@posteo.ro>
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
@@ -7888,6 +7888,7 @@ (define-public libzim
`(("icu4c" ,icu4c)
("liblzma" ,xz)
("libuuid" ,util-linux "lib")
+ ("python" ,python-wrapper) ;for libzim-compile-resources
("xapian" ,xapian)
("zstd" ,zstd "lib")))
(native-inputs
--
2.34.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#53572: [PATCH] gnu: libzim: Fix build.
2022-01-27 6:41 [bug#53572] [PATCH] gnu: libzim: Fix build Michael Rohleder
@ 2022-01-27 8:48 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2022-01-27 8:48 UTC (permalink / raw)
To: Michael Rohleder; +Cc: 53572-done
[-- Attachment #1: Type: text/plain, Size: 236 bytes --]
Thanks. Patch pushed.
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-27 8:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-27 6:41 [bug#53572] [PATCH] gnu: libzim: Fix build Michael Rohleder
2022-01-27 8:48 ` bug#53572: " Efraim Flashner
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.