diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-03-09 11:10:14 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-09 11:10:21 +0100 |
| commit | 128e245938771cbc4ca620732c53f406dd3d4cc6 (patch) | |
| tree | cff8fe94032c8f0891c4e7ed21a1336f813e99ab /gnu | |
| parent | cf307863ae72b38777154ea902e11efc6621aae9 (diff) | |
gnu: Remove uim-qt.
* gnu/packages/xorg.scm (uim-qt): Delete variable.
Fixes: guix/guix#6232
Change-Id: I1a1021875ad24f91fad0a4a5456c9fe3161b4674
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/xorg.scm | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index a135fd44d08..05f51eeb54b 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -6744,21 +6744,6 @@ and embedded platforms.") (list "CFLAGS=-O2 -g -fcommon"))))) (synopsis "Multilingual input method framework (GTK+ support)"))) -(define-public uim-qt - (package/inherit uim - (name "uim-qt") - (inputs - (modify-inputs (package-inputs uim) - (prepend qtbase-5 qtx11extras))) - (arguments - (substitute-keyword-arguments (package-arguments uim) - ((#:configure-flags configure-flags) - #~(append #$configure-flags - (list "--with-qt5-immodule" - "--with-qt5" - "CPPFLAGS=-fcommon"))))) - (synopsis "Multilingual input method framework (Qt support)"))) - (define-public keynav (package (name "keynav") |
