summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/xml.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 433da105e35..5e9a7e3c829 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -327,7 +327,7 @@ to output XPath results with a null delimiter.")))
327 (patches 327 (patches
328 (append (search-patches "python-libxml2-utf8.patch") 328 (append (search-patches "python-libxml2-utf8.patch")
329 (origin-patches (package-source libxml2)))))) 329 (origin-patches (package-source libxml2))))))
330 (build-system python-build-system) 330 (build-system pyproject-build-system)
331 (outputs '("out")) 331 (outputs '("out"))
332 (arguments 332 (arguments
333 (list 333 (list
@@ -345,6 +345,7 @@ to output XPath results with a null delimiter.")))
345 ;; provide the absolute directory name. 345 ;; provide the absolute directory name.
346 (("/opt/include") 346 (("/opt/include")
347 (dirname libxml2-headers))))))))) 347 (dirname libxml2-headers)))))))))
348 (native-inputs (list python-setuptools))
348 (inputs (list libxml2)) 349 (inputs (list libxml2))
349 (synopsis "Python bindings for the libxml2 library"))) 350 (synopsis "Python bindings for the libxml2 library")))
350 351