summary refs log tree commit diff
path: root/pkgs/desktops/enlightenment/enlightenment.nix
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2018-08-30 11:40:16 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2018-08-30 11:40:16 -0300
commitc3d43723b63c8bb313c7cabb45dfbc0968228e33 (patch)
tree82111fb394e158138c7af69e0bc26d4cb498746b /pkgs/desktops/enlightenment/enlightenment.nix
parentbba65b6652ba0a0f8dc2f2f4c7335f1e98961b0f (diff)
downloadnixpkgs-c3d43723b63c8bb313c7cabb45dfbc0968228e33.tar
nixpkgs-c3d43723b63c8bb313c7cabb45dfbc0968228e33.tar.gz
nixpkgs-c3d43723b63c8bb313c7cabb45dfbc0968228e33.tar.bz2
nixpkgs-c3d43723b63c8bb313c7cabb45dfbc0968228e33.tar.lz
nixpkgs-c3d43723b63c8bb313c7cabb45dfbc0968228e33.tar.xz
nixpkgs-c3d43723b63c8bb313c7cabb45dfbc0968228e33.tar.zst
nixpkgs-c3d43723b63c8bb313c7cabb45dfbc0968228e33.zip
enlightenment: xkeyboard-config already provides xorg.lst
Diffstat (limited to 'pkgs/desktops/enlightenment/enlightenment.nix')
-rw-r--r--pkgs/desktops/enlightenment/enlightenment.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/desktops/enlightenment/enlightenment.nix b/pkgs/desktops/enlightenment/enlightenment.nix
index ac10b82b004..8edf702a24c 100644
--- a/pkgs/desktops/enlightenment/enlightenment.nix
+++ b/pkgs/desktops/enlightenment/enlightenment.nix
@@ -57,16 +57,6 @@ stdenv.mkDerivation rec {
   ];
 
   postPatch = ''
-    # In order to get the available keyboard layouts Enlightenment looks for
-    # the file xorg.lst, that should be provided by xkeyboard-config (when
-    # configured with option --with-xkb-rules-symlink=xorg). Currently
-    # xkeyboard-config is not configured with this option in
-    # NixOS. Therefore it is needed to add base.lst (which xorg.lst would be
-    # a symbolic link to) explicitly as an alternative.
-
-    sed "/#ifdef XKB_BASE/a XKB_BASE \"\/rules\/base.lst\"," \
-      -i src/modules/wizard/page_011.c src/modules/xkbswitch/e_mod_parse.c
-
     # edge_cc is a binary provided by efl and cannot be found at the directory
     # given by e_prefix_bin_get(), which is $out/bin