diff options
| author | Arun Isaac <arunisaac@systemreboot.net> | 2026-02-10 01:20:02 +0000 |
|---|---|---|
| committer | Arun Isaac <arunisaac@systemreboot.net> | 2026-02-10 01:42:56 +0000 |
| commit | 6d7c26222e438ea8c29963cccccc1cf15a4f01f7 (patch) | |
| tree | a70844838d2983703729bbbd8a76715baf2146a0 /gnu | |
| parent | 8540bc61c4f270e21d8d839f555acfb71f850067 (diff) | |
gnu: uim: Update to 1.9.6.
* gnu/packages/xorg.scm (uim): Update to 1.9.6.
[arguments]: Add --disable-nls to configure-flags.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/xorg.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 2b7c342ae4e..f6a8e773429 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -6666,7 +6666,7 @@ X11 servers, Windows, or macOS.") (define-public uim (package (name "uim") - (version "1.8.8") + (version "1.9.6") (source (origin (method url-fetch) @@ -6674,7 +6674,7 @@ X11 servers, Windows, or macOS.") version "/uim-" version ".tar.bz2")) (sha256 (base32 - "1p7sl0js47ja4glmax93ci59h02ipqw3wxkh4f1qgaz5qjy9nn9l")))) + "10wcmc125dqs9rm37l42ry4illqcyqnq92zrqvnk79cj8bxfbw37")))) (build-system gnu-build-system) (inputs (list anthy libedit libxft m17n-lib ncurses)) @@ -6691,6 +6691,9 @@ X11 servers, Windows, or macOS.") (guix build emacs-utils)) #:configure-flags #~(list "--with-anthy-utf8" + ;; gettext 0.23.1 is strict about file encodings and breaks the + ;; build. See https://github.com/uim/uim/issues/221 + "--disable-nls" ;; Set proper runpath (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib") "CFLAGS=-O2 -g -fcommon") |
