mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
* Doh.
svn path=/nixpkgs/trunk/; revision=7741
This commit is contained in:
parent
b737f2c806
commit
a7878ba0a7
@ -21,8 +21,8 @@ stdenv.mkDerivation {
|
||||
patches = map (p: p.patch) kernelPatches;
|
||||
|
||||
config =
|
||||
if stdenv.system == "i686-linux" then ./config-2.6.19.1-i686-smp else
|
||||
if stdenv.system == "x86_64-linux" then ./config-2.6.19.1-x86_64-smp else
|
||||
if stdenv.system == "i686-linux" then ./config-2.6.19.2-i686-smp else
|
||||
if stdenv.system == "x86_64-linux" then ./config-2.6.19.2-x86_64-smp else
|
||||
abort "No kernel configuration for your platform!";
|
||||
|
||||
buildInputs = [perl mktemp];
|
||||
|
Loading…
Reference in New Issue
Block a user