[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/15: gnu: python-libxml2: Fix build failure.
From: |
guix-commits |
Subject: |
02/15: gnu: python-libxml2: Fix build failure. |
Date: |
Mon, 27 Jun 2022 17:50:01 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit a83c462752649b058bef00bd3207451048f7d75e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jun 27 20:34:33 2022 +0200
gnu: python-libxml2: Fix build failure.
This is a follow-up to commit 7dfa2ff7804b4d4ffb4c256c5aaea92b2487b369.
* gnu/packages/xml.scm (python-libxml2)[arguments]: Provide correct
directory
for libxml2 headers.
---
gnu/packages/xml.scm | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 5ce2b140a7..9435e21d92 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -316,12 +316,9 @@ formulas and hyperlinks to multiple worksheets in an Excel
2007+ XLSX file.")
"cross-libc" "libc")))
(libxml2 (assoc-ref inputs "libxml2")))
(substitute* "setup.py"
- ;; For 'libxml2/libxml/tree.h'.
- (("ROOT = r'/usr'")
- (format #f "ROOT = r'~a'" libxml2))
- ;; For 'iconv.h'.
+ ;; For libxml2 headers.
(("/opt/include")
- (string-append glibc "/include")))))))))
+ (string-append libxml2 "/include")))))))))
(inputs `(("libxml2" ,libxml2)))
(synopsis "Python bindings for the libxml2 library")))
- 03/15: gnu: python-libxml2: Move definition closer to its inherited origin., (continued)
- 03/15: gnu: python-libxml2: Move definition closer to its inherited origin., guix-commits, 2022/06/27
- 04/15: gnu: python-libxml2: Remove input labels., guix-commits, 2022/06/27
- 09/15: gnu: doxygen: Use new style., guix-commits, 2022/06/27
- 12/15: gnu: libjpeg-turbo: Build with cmake-minimal., guix-commits, 2022/06/27
- 05/15: gnu: icu4c: Update to 71.1., guix-commits, 2022/06/27
- 07/15: gnu: harfbuzz: Remove input labels., guix-commits, 2022/06/27
- 13/15: gnu: CMake: Remove input labels., guix-commits, 2022/06/27
- 15/15: gnu: CMake: Update to 3.23.2., guix-commits, 2022/06/27
- 10/15: gnu: jsoncpp: Build with Meson., guix-commits, 2022/06/27
- 14/15: gnu: CMake: Use G-expressions., guix-commits, 2022/06/27
- 02/15: gnu: python-libxml2: Fix build failure.,
guix-commits <=
- 06/15: gnu: harfbuzz: Update to 4.3.0., guix-commits, 2022/06/27
- 11/15: gnu: CMake: Bootstrap with system jsoncpp., guix-commits, 2022/06/27
- 08/15: gnu: doxygen: Update to 1.9.4., guix-commits, 2022/06/27