diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-09-04 08:19:10 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2016-09-04 08:19:10 +0200 |
commit | 69913ed0e62692ff149e312434980c2fc2c1ac89 (patch) | |
tree | f0c704016c323c71571534755b719b72c716f59b /gnu/packages/gtk.scm | |
parent | df9010661004de19f89f777e2941b9fd35d05ed8 (diff) | |
parent | 234e7980b54ef37e9a24440ec7219c81d6288a71 (diff) | |
download | guix-69913ed0e62692ff149e312434980c2fc2c1ac89.tar.gz |
Merge branch 'gtk-im-modules'
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 8feac11d98..396ff1f1d0 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -563,6 +563,7 @@ is part of the GNOME accessibility project.") (base32 "0l6aqk86aw5w132ygy6hv6nlxvd1h6xg7c85qbm60p6mnv1ww58d")) (patches (search-patches "gtk2-respect-GUIX_GTK2_PATH.patch" + "gtk2-respect-GUIX_GTK2_IM_MODULE_FILE.patch" "gtk2-theme-paths.patch")))) (build-system gnu-build-system) (outputs '("out" "doc")) @@ -624,7 +625,8 @@ application suites.") (sha256 (base32 "157nh9gg0p2avw765hrnkvr8lsh2w811397yxgjv6q5j4fzz6d1q")) - (patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch")))) + (patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch" + "gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch")))) (propagated-inputs `(("at-spi2-atk" ,at-spi2-atk) ("atk" ,atk) |