diff options
| -rw-r--r-- | gnu/packages/xml.scm | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 1dab9ea715f..6a9f76fd2c9 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm | |||
| @@ -1940,16 +1940,9 @@ The central program included in this package is @code{onsgmls}, which replaces | |||
| 1940 | (build-system pyproject-build-system) | 1940 | (build-system pyproject-build-system) |
| 1941 | (arguments | 1941 | (arguments |
| 1942 | (list | 1942 | (list |
| 1943 | #:test-backend #~'unittest | 1943 | #:test-backend #~'unittest)) |
| 1944 | #:phases | ||
| 1945 | #~(modify-phases %standard-phases | ||
| 1946 | ;; 10 tests fail with: locale.Error: unsupported locale setting. | ||
| 1947 | (add-before 'check 'set-locales | ||
| 1948 | (lambda* (#:key inputs #:allow-other-keys) | ||
| 1949 | (setenv "GUIX_LOCPATH" | ||
| 1950 | (search-input-directory inputs "lib/locale"))))))) | ||
| 1951 | (native-inputs | 1944 | (native-inputs |
| 1952 | (list glibc-locales | 1945 | (list (libc-utf8-locales-for-target (%current-system)) |
| 1953 | python-setuptools | 1946 | python-setuptools |
| 1954 | python-lxml | 1947 | python-lxml |
| 1955 | python-xmlschema-bootstrap)) | 1948 | python-xmlschema-bootstrap)) |
