summary refs log tree commit diff
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2016-03-20 18:08:08 +0200
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2016-03-20 18:08:08 +0200
commitffae496db6d0eb2cc59a5cfc41763032ec7017b6 (patch)
tree1753d2bd959141e639bcfa0520c16470c38ce198
parentf59998055b1a18a59172fe5a9ab3d6ef3e6bff71 (diff)
parentb27593276cc1587213b14f85358f442fdc5a782c (diff)
downloadnixlib-ffae496db6d0eb2cc59a5cfc41763032ec7017b6.tar
nixlib-ffae496db6d0eb2cc59a5cfc41763032ec7017b6.tar.gz
nixlib-ffae496db6d0eb2cc59a5cfc41763032ec7017b6.tar.bz2
nixlib-ffae496db6d0eb2cc59a5cfc41763032ec7017b6.tar.lz
nixlib-ffae496db6d0eb2cc59a5cfc41763032ec7017b6.tar.xz
nixlib-ffae496db6d0eb2cc59a5cfc41763032ec7017b6.tar.zst
nixlib-ffae496db6d0eb2cc59a5cfc41763032ec7017b6.zip
Merge pull request #14070 from ericsagnes/fix/im-engines
im-engines: use recurseIntoAttrs
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 54a2ee0b8f43..6f56c991b35e 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1194,7 +1194,7 @@ let
 
   ibus-qt = callPackage ../tools/inputmethods/ibus/ibus-qt.nix { };
 
-  ibus-engines = {
+  ibus-engines = recurseIntoAttrs {
 
     anthy = callPackage ../tools/inputmethods/ibus-engines/ibus-anthy {
       inherit (python3Packages) pygobject3;
@@ -1557,7 +1557,7 @@ let
 
   fcitx = callPackage ../tools/inputmethods/fcitx { };
 
-  fcitx-engines = {
+  fcitx-engines = recurseIntoAttrs {
 
     anthy = callPackage ../tools/inputmethods/fcitx-engines/fcitx-anthy { };