mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
* 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:
parent
ef041b7aa3
commit
7582e841e2
@ -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 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user