mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
Fixing the url for kbd (the previous url did not work)
svn path=/nixpkgs/branches/stdenv-updates/; revision=23703
This commit is contained in:
parent
6fb726d36f
commit
e03f47cd66
|
@ -4,8 +4,8 @@ stdenv.mkDerivation rec {
|
||||||
name = "kbd-1.15.2";
|
name = "kbd-1.15.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "ftp://ftp.altlinux.org/pub/people/legion/kbd/${name}.tar.bz2";
|
url = "ftp://ftp.altlinux.org/pub/people/legion/kbd/${name}.tar.gz";
|
||||||
sha256 = "19pb44m5m0mcgjkmgkjx4fn8j2m4xwqx4g7w2y1nlypg3qcjsq5k";
|
sha256 = "0ff674y6d3b6ix08b9l2yzv8igns768biyp5y92vip7iz4xv2p2j";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ bison flex autoconf automake ];
|
buildInputs = [ bison flex autoconf automake ];
|
||||||
|
|
Loading…
Reference in a new issue