* Update xkeyboard-config to 2.1. (The latest version, 2.3, requires

a newer version of libX11 than we have.)

svn path=/nixpkgs/branches/kde-4.7/; revision=27870
This commit is contained in:
Eelco Dolstra 2011-07-21 12:14:20 +00:00
parent ef041b7aa3
commit 7582e841e2

View file

@ -1,14 +1,14 @@
{stdenv, fetchurl, perl, perlXMLParser, xkbcomp, gettext, intltool}:
{ stdenv, fetchurl, perl, perlXMLParser, xkbcomp, gettext, intltool }:
stdenv.mkDerivation rec {
name = "xkeyboard-config-1.9";
name = "xkeyboard-config-2.1";
src = fetchurl {
url = "mirror://xorg/individual/data/xkeyboard-config/${name}.tar.bz2";
sha256 = "0df2iad598pxw3fzkx10f7irqah0fgawx262d07s04x0whn9ql9b";
sha256 = "0x9hkb4iqz64gcabzkdcfy4p78sdhnpjwh54g8wx5bdgy9087vpr";
};
buildInputs = [perl perlXMLParser xkbcomp gettext intltool];
buildInputs = [ perl perlXMLParser xkbcomp gettext intltool ];
patches = [ ./eo.patch ];