From dbe7fe27355b9e3c568f9a4b06e7332eba1dc95c Mon Sep 17 00:00:00 2001 From: Matej Cotman Date: Wed, 17 Dec 2014 10:33:49 +0100 Subject: [PATCH] e19: fix - not showing keyboard layouts - issue --- pkgs/desktops/e19/enlightenment.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/desktops/e19/enlightenment.nix b/pkgs/desktops/e19/enlightenment.nix index 192f6bcacb2..ec719c79203 100644 --- a/pkgs/desktops/e19/enlightenment.nix +++ b/pkgs/desktops/e19/enlightenment.nix @@ -14,6 +14,9 @@ stdenv.mkDerivation rec { preConfigure = '' export NIX_CFLAGS_COMPILE="-I${e19.efl}/include/eo-1 -I${e19.efl}/include/ecore-imf-1 -I${e19.efl}/include/ethumb-client-1 -I${e19.efl}/include/ethumb-1 $NIX_CFLAGS_COMPILE" export USER_SESSION_DIR=$prefix/lib/systemd/user + + substituteInPlace src/modules/xkbswitch/e_mod_parse.c \ + --replace "/usr/share/X11/xkb/rules/xorg.lst" "${xkeyboard_config}/share/X11/xkb/rules/base.lst" ''; # this is a hack and without this cpufreq module is not working: