mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 12:44:20 +00:00
utrace: fix urls.
But it still does not apply to recent 2.6.32 kernels. svn path=/nixpkgs/trunk/; revision=28707
This commit is contained in:
parent
3ee47aac2a
commit
db3eb9de85
@ -164,22 +164,22 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
tracehook_2_6_32 =
|
tracehook_2_6_32 =
|
||||||
{ # From <http://people.redhat.com/roland/utrace/>.
|
{ # From <http://userweb.kernel.org/~frob/utrace/>.
|
||||||
name = "tracehook";
|
name = "tracehook";
|
||||||
patch = fetchurl {
|
patch = fetchurl {
|
||||||
url = http://people.redhat.com/roland/utrace/2.6.32/tracehook.patch;
|
url = http://userweb.kernel.org/~frob/utrace/2.6.32/tracehook.patch;
|
||||||
sha256 = "1y009p8dyqknbjm8ryb495jqmvl372gfhswdn167xh2g1f24xqv8";
|
sha256 = "1y009p8dyqknbjm8ryb495jqmvl372gfhswdn167xh2g1f24xqv8";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
utrace_2_6_32 =
|
utrace_2_6_32 =
|
||||||
{ # From <http://people.redhat.com/roland/utrace/>, depends on the
|
{ # From <http://userweb.kernel.org/~frob/utrace/>, depends on the
|
||||||
# `tracehook' patch above.
|
# `tracehook' patch above.
|
||||||
# See also <http://sourceware.org/systemtap/wiki/utrace>.
|
# See also <http://sourceware.org/systemtap/wiki/utrace>.
|
||||||
name = "utrace";
|
name = "utrace";
|
||||||
patch = fetchurl {
|
patch = fetchurl {
|
||||||
url = http://people.redhat.com/roland/utrace/2.6.32/utrace.patch;
|
url = http://userweb.kernel.org/~frob/utrace/2.6.32/utrace.patch;
|
||||||
sha256 = "1951mwc8jfiwrl0d2bb1zk9yrl7n7kadc00ymjsxrg2irda1b89r";
|
sha256 = "0argf19k9f0asiv4l4cnsxm5hw2xx8d794npaln88vwz87sj5nnq";
|
||||||
};
|
};
|
||||||
extraConfig =
|
extraConfig =
|
||||||
'' UTRACE y
|
'' UTRACE y
|
||||||
|
Loading…
Reference in New Issue
Block a user