~ruther/guix-local

92c63391ee25205be3b8525d5d1fe5b9f345f37f — Hilton Chain 7 months ago 79ff2b3
gnu: gtk+/fixed: Apply input method patches.

Follow-up to 80cb493b9e61351b9d3a1ef3b56da629223910ac.

* gnu/packages/gtk.scm (gtk+/fixed) [source]: Apply gtk+ patches for input
method support.

Fixes: #2059
Change-Id: Ie2d8d4b0a7c65ae8f7a8a14795f0ca60a550bfbc
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/gtk.scm
M gnu/packages/gtk.scm => gnu/packages/gtk.scm +4 -1
@@ 1140,7 1140,10 @@ application suites.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "0flsnh3f0l9v3y2hmnxz1h15nw1l12ixmiwcpiy1ywplrlgq4j00"))))
                "0flsnh3f0l9v3y2hmnxz1h15nw1l12ixmiwcpiy1ywplrlgq4j00"))
              (patches (search-patches
                        "gtk3-respect-GUIX_GTK3_PATH.patch"
                        "gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch"))))
    (arguments
     (substitute-keyword-arguments (package-arguments gtk+)
       ((#:phases phases)