diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-08-20 00:21:51 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-20 00:22:02 +0200 |
| commit | 10124b1b2a735960deeaab39bca760b0bb134d5b (patch) | |
| tree | 7e684d2e602d0e2b9afe62e664e6595f57bc4015 /gnu | |
| parent | 23b09d0b23ba9cacfcb5e4b3f980def697504b84 (diff) | |
gnu: liblouisutdml: Update to 2.12.0-1.68f702d and fix build with gcc-14.
* gnu/packages/language.scm (liblouisutdml): Update to 2.12.0-1.68f702d.
[arguments]<#:configure-flags>: Treat errors as warnings.
[home-page]: Update.
Change-Id: I307cc4975c413defc32f3325e518f44f1c0808f0
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/language.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm index 90cb246c9c3..45e3e2ed811 100644 --- a/gnu/packages/language.scm +++ b/gnu/packages/language.scm | |||
| @@ -396,9 +396,8 @@ Marburg.") | |||
| 396 | license:gpl3+)))) ; tools | 396 | license:gpl3+)))) ; tools |
| 397 | 397 | ||
| 398 | (define-public liblouisutdml | 398 | (define-public liblouisutdml |
| 399 | ;; Use the latest commit, which includes test suite fixes not yet released. | 399 | (let ((commit "68f702d43cda279f960d8ffa2415ac639d301295") |
| 400 | (let ((commit "00ca7838e30ebd5ed6f635236aa235e2c8f089c1") | 400 | (revision "1")) |
| 401 | (revision "0")) | ||
| 402 | (package | 401 | (package |
| 403 | (name "liblouisutdml") | 402 | (name "liblouisutdml") |
| 404 | (version (git-version "2.12.0" revision commit)) | 403 | (version (git-version "2.12.0" revision commit)) |
| @@ -411,12 +410,13 @@ Marburg.") | |||
| 411 | (commit commit))) | 410 | (commit commit))) |
| 412 | (file-name (git-file-name name version)) | 411 | (file-name (git-file-name name version)) |
| 413 | (sha256 | 412 | (sha256 |
| 414 | (base32 "1pr3wys48bzblr6kav24gr8slsp409f81iqxw19922k24y5y31l7")))) | 413 | (base32 "0r0k91fcsp4kwlgrmb497r2dh0c3yz45wbd1ds1kh0m28v78q5i3")))) |
| 415 | (build-system gnu-build-system) | 414 | (build-system gnu-build-system) |
| 416 | (outputs '("out" "bin" "doc")) | 415 | (outputs '("out" "bin" "doc")) |
| 417 | (arguments | 416 | (arguments |
| 418 | (list #:configure-flags | 417 | (list #:configure-flags |
| 419 | #~(list "--disable-static"))) | 418 | #~(list "--disable-static" |
| 419 | "CFLAGS=-Wno-error=incompatible-pointer-types"))) | ||
| 420 | (native-inputs | 420 | (native-inputs |
| 421 | (list autoconf | 421 | (list autoconf |
| 422 | automake | 422 | automake |
| @@ -435,7 +435,7 @@ Marburg.") | |||
| 435 | transcription services for xml, html and text documents. It translates into | 435 | transcription services for xml, html and text documents. It translates into |
| 436 | appropriate braille codes and formats according to its style sheet and the | 436 | appropriate braille codes and formats according to its style sheet and the |
| 437 | specifications in the document.") | 437 | specifications in the document.") |
| 438 | (home-page "http://liblouis.org/") | 438 | (home-page "https://liblouis.io/") |
| 439 | (license (list license:lgpl3+ ; library | 439 | (license (list license:lgpl3+ ; library |
| 440 | license:gpl3+))))) ; tools | 440 | license:gpl3+))))) ; tools |
| 441 | 441 | ||
