mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
also remove "i386" from the name. This wasn't accurate anyway, because we
were building for the i686 hardware platform and not for i386. svn path=/nixpkgs/trunk/; revision=3641
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
assert stdenv.system == "i686-linux";
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "linux-2.6.11.12-i386";
|
||||
name = "linux-2.6.11.12";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = ftp://ftp.nluug.nl/pub/os/Linux/system/kernel/v2.6/linux-2.6.11.12.tar.bz2;
|
||||
|
||||
Reference in New Issue
Block a user