We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c07bd commit 5ef8b40Copy full SHA for 5ef8b40
pkgs/os-specific/linux/sysdig/default.nix
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
57
license = with licenses; [ asl20 gpl2 mit ];
58
maintainers = [maintainers.raskin];
59
platforms = ["x86_64-linux"] ++ platforms.darwin;
60
- broken = kernel != null && (versionOlder kernel.version "4.14" || versionAtLeast kernel.version "4.20");
+ broken = kernel != null && versionOlder kernel.version "4.14";
61
homepage = "https://sysdig.com/opensource/";
62
downloadPage = "https://github.com/draios/sysdig/releases";
63
};
0 commit comments