mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
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;
|
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 {
|
texinfo49 = import ../development/tools/misc/texinfo/4.9.nix {
|
||||||
inherit fetchurl stdenv ncurses;
|
inherit fetchurl stdenv ncurses;
|
||||||
};
|
};
|
||||||
@ -5310,6 +5304,10 @@ let
|
|||||||
ext3cow_kernel = kernel;
|
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.
|
# Build the kernel modules for the some of the kernels.
|
||||||
|
Loading…
Reference in New Issue
Block a user