Move sysprof' to
kernelPackages'.
Warning: it builds with 2.6.23 but not with 2.6.26. svn path=/nixpkgs/trunk/; revision=12803
This commit is contained in:
parent
a31f01e83b
commit
bea666b9d1
@ -2429,12 +2429,6 @@ let
|
||||
javaSupport = true;
|
||||
}));
|
||||
|
||||
sysprof = import ../development/tools/profiling/sysprof {
|
||||
kernel = kernel_2_6_23; # FIXME: Allow the choice of a kernel
|
||||
inherit fetchurl stdenv binutils pkgconfig;
|
||||
inherit (gnome) gtk glib pango libglade;
|
||||
};
|
||||
|
||||
texinfo49 = import ../development/tools/misc/texinfo/4.9.nix {
|
||||
inherit fetchurl stdenv ncurses;
|
||||
};
|
||||
@ -5310,6 +5304,10 @@ let
|
||||
ext3cow_kernel = kernel;
|
||||
};
|
||||
|
||||
sysprof = import ../development/tools/profiling/sysprof {
|
||||
inherit fetchurl stdenv binutils pkgconfig kernel;
|
||||
inherit (gnome) gtk glib pango libglade;
|
||||
};
|
||||
};
|
||||
|
||||
# Build the kernel modules for the some of the kernels.
|
||||
|
Loading…
Reference in New Issue
Block a user