diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-05 12:37:38 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:34 +0100 |
| commit | 0fdca05c08a114df484472b4ff554cddff569dd1 (patch) | |
| tree | 78c936939e257cfe045ac1a083af24091125b71f /gnu | |
| parent | c05d25aa79cfb279d6c4ba668d9853503368b133 (diff) | |
gnu: python-libxml2: Switch to pyproject.
* gnu/packages/xml.scm (python-libxml2)[build-system]: Switch to
pypojrect-build-system.
[native-inputs]: Add python-setuptools.
Change-Id: I4a8ac976b9bdb508f4c1efa4b29407a96615aeb2
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/xml.scm | 3 |
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 | ||
