make the versions match...
svn path=/nixpkgs/trunk/; revision=3640
This commit is contained in:
parent
97dfe971f7
commit
be8d5607f5
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
assert stdenv.system == "i686-linux";
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "linux-2.6.12-i386";
|
||||
name = "linux-2.6.11.12-i386";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.nluug.nl/pub/os/Linux/system/kernel/v2.6/linux-2.6.11.12.tar.bz2;
|
||||
|
|
Loading…
Reference in a new issue