mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
Updating the linux 2.6.39 to 2.6.39.3
svn path=/nixpkgs/trunk/; revision=27878
This commit is contained in:
parent
6f5e72deed
commit
57f59594db
@ -16,8 +16,6 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ zlib openssl ];
|
||||
buildNativeInputs = [ tcl ];
|
||||
|
||||
configurePhase = ":";
|
||||
|
||||
doCheck = true;
|
||||
|
||||
checkTarget = "test";
|
||||
|
@ -192,11 +192,11 @@ in
|
||||
import ./generic.nix (
|
||||
|
||||
rec {
|
||||
version = "2.6.39";
|
||||
version = "2.6.39.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://kernel/linux/kernel/v2.6/linux-${version}.tar.bz2";
|
||||
sha256 = "1xk1bka63i2hhn5rfaa5pbyqqlwycc3nkwvz3m8aj67flgr1fkaq";
|
||||
sha256 = "1lx8064xf13h79qcbdw74mz5x94pl662s9iyqgcyb6wjwfyxhjrj";
|
||||
};
|
||||
|
||||
config = configWithPlatform stdenv.platform;
|
||||
|
Loading…
Reference in New Issue
Block a user