linuxPackages.bcc: 0.5.0 -> 0.6.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
ea9078b76b
commit
7d7d27aca6
@ -4,14 +4,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
python.pkgs.buildPythonApplication rec {
|
python.pkgs.buildPythonApplication rec {
|
||||||
version = "0.5.0";
|
version = "0.6.0";
|
||||||
name = "bcc-${version}";
|
name = "bcc-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "iovisor";
|
owner = "iovisor";
|
||||||
repo = "bcc";
|
repo = "bcc";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0bb3244xll5sqx0lvrchg71qy2zg0yj6r5h4v5fvrg1fjhaldys9";
|
sha256 = "1fk2kvbdvm87rkha2cigz2qhhlrni4g0dcnmiiyya79y85ahfvga";
|
||||||
};
|
};
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
@ -23,12 +23,6 @@ python.pkgs.buildPythonApplication rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# fix build with llvm > 5.0.0 && < 6.0.0
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/iovisor/bcc/commit/bd7fa55bb39b8978dafd0b299e35616061e0a368.patch";
|
|
||||||
sha256 = "1sgxhsq174iihyk1x08py73q8fh78d7y3c90k5nh8vcw2pf1xbnf";
|
|
||||||
})
|
|
||||||
|
|
||||||
# This is needed until we fix
|
# This is needed until we fix
|
||||||
# https://github.com/NixOS/nixpkgs/issues/40427
|
# https://github.com/NixOS/nixpkgs/issues/40427
|
||||||
./fix-deadlock-detector-import.patch
|
./fix-deadlock-detector-import.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user