linuxPackages.bcc: 0.16.0 -> 0.17.0
This commit is contained in:
parent
63aa105b1c
commit
5a540a8996
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
python.pkgs.buildPythonApplication rec {
|
python.pkgs.buildPythonApplication rec {
|
||||||
pname = "bcc";
|
pname = "bcc";
|
||||||
version = "0.16.0";
|
version = "0.17.0";
|
||||||
|
|
||||||
disabled = !stdenv.isLinux;
|
disabled = !stdenv.isLinux;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/iovisor/bcc/releases/download/v${version}/bcc-src-with-submodule.tar.gz";
|
url = "https://github.com/iovisor/bcc/releases/download/v${version}/bcc-src-with-submodule.tar.gz";
|
||||||
sha256 = "sha256-ekVRyugpZOU1nr0N9kWCSoJTmtD2qGsn/DmWgK7XZ/c=";
|
sha256 = "sha256-aEy8WwtKGaf7GZOTK5IHhwzenqU2U+vpWrcNWMCGvMw=";
|
||||||
};
|
};
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
@ -26,12 +26,6 @@ python.pkgs.buildPythonApplication rec {
|
|||||||
# 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
|
||||||
|
|
||||||
# This is already upstream; remove it on the next release
|
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/iovisor/bcc/commit/60de17161fe7f44b534a8da343edbad2427220e3.patch";
|
|
||||||
sha256 = "0pd5b4vgpdxbsrjwrw2kmn4l9hpj0rwdm3hvwvk7dsr3raz7w4b3";
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [ python.pkgs.netaddr ];
|
propagatedBuildInputs = [ python.pkgs.netaddr ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user