mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
enlightenment: import dialog fix
This commit is contained in:
parent
6e008f05ab
commit
d9e7464edf
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue