enlightenment: xkeyboard-config already provides xorg.lst

-10
-10
pkgs/desktops/enlightenment/enlightenment.nix
··· 57 ]; 58 59 postPatch = '' 60 - # In order to get the available keyboard layouts Enlightenment looks for 61 - # the file xorg.lst, that should be provided by xkeyboard-config (when 62 - # configured with option --with-xkb-rules-symlink=xorg). Currently 63 - # xkeyboard-config is not configured with this option in 64 - # NixOS. Therefore it is needed to add base.lst (which xorg.lst would be 65 - # a symbolic link to) explicitly as an alternative. 66 - 67 - sed "/#ifdef XKB_BASE/a XKB_BASE \"\/rules\/base.lst\"," \ 68 - -i src/modules/wizard/page_011.c src/modules/xkbswitch/e_mod_parse.c 69 - 70 # edge_cc is a binary provided by efl and cannot be found at the directory 71 # given by e_prefix_bin_get(), which is $out/bin 72
··· 57 ]; 58 59 postPatch = '' 60 # edge_cc is a binary provided by efl and cannot be found at the directory 61 # given by e_prefix_bin_get(), which is $out/bin 62