sysdig: enable 4.20

wip/yesman
Jörg Thalheim 6 years ago
parent e5c07bde10
commit 5ef8b40d4d
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
  1. 2
      pkgs/os-specific/linux/sysdig/default.nix

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
license = with licenses; [ asl20 gpl2 mit ];
maintainers = [maintainers.raskin];
platforms = ["x86_64-linux"] ++ platforms.darwin;
broken = kernel != null && (versionOlder kernel.version "4.14" || versionAtLeast kernel.version "4.20");
broken = kernel != null && versionOlder kernel.version "4.14";
homepage = "https://sysdig.com/opensource/";
downloadPage = "https://github.com/draios/sysdig/releases";
};

Loading…
Cancel
Save