mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
Updating the xkeyboard_config patch for esperanto with alt_gr
svn path=/nixpkgs/trunk/; revision=15848
This commit is contained in:
parent
3fae4aa6b3
commit
1c5056a7d7
|
@ -12,6 +12,8 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [perl perlXMLParser xkbcomp gettext intltool];
|
||||
|
||||
patches = [ ./eo.patch ];
|
||||
|
||||
ICONV = "iconv";
|
||||
|
||||
preConfigure = ''
|
||||
|
|
|
@ -1,15 +1,3 @@
|
|||
diff --git a/rules/base.lst b/rules/base.lst
|
||||
index 7004bcd..804f9f0 100644
|
||||
--- a/rules/base.lst
|
||||
+++ b/rules/base.lst
|
||||
@@ -168,6 +168,7 @@
|
||||
nl Netherlands
|
||||
bt Bhutan
|
||||
ee Estonia
|
||||
+ eo Esperanto
|
||||
ir Iran
|
||||
iq Iraq
|
||||
fo Faroe Islands
|
||||
diff --git a/rules/base.xml.in b/rules/base.xml.in
|
||||
index ec321f8..e9c3546 100644
|
||||
--- a/rules/base.xml.in
|
||||
|
|
Loading…
Reference in a new issue