summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/desktops/e19/enlightenment.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/desktops/e19/enlightenment.nix b/pkgs/desktops/e19/enlightenment.nix
index 02646083f349..58c251cb533e 100644
--- a/pkgs/desktops/e19/enlightenment.nix
+++ b/pkgs/desktops/e19/enlightenment.nix
@@ -17,6 +17,9 @@ stdenv.mkDerivation rec {
 
     substituteInPlace src/modules/xkbswitch/e_mod_parse.c \
       --replace "/usr/share/X11/xkb/rules/xorg.lst" "${xkeyboard_config}/share/X11/xkb/rules/base.lst"
+
+    substituteInPlace "src/bin/e_import_config_dialog.c" \
+      --replace "e_prefix_bin_get()" "\"${e19.efl}/bin\""
   '';
 
   enableParallelBuilding = true;