3
0
Fork 0
forked from mirrors/nixpkgs

sysdig: enable 4.20

This commit is contained in:
Jörg Thalheim 2018-12-30 00:53:59 +01:00
parent e5c07bde10
commit 5ef8b40d4d
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -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";
};