Revert "Merge branch 'master' into staging-next"
This reverts commitf19b7b03a0, reversing changes made to572a864d02. Sorry. I pushed the wrong staging-next (the one that had my master merged in). This was not intended.
This commit is contained in:
@@ -65,7 +65,7 @@ stdenv.mkDerivation rec {
|
||||
description = "A tracepoint-based system tracing tool for Linux (with clients for other OSes)";
|
||||
license = with licenses; [ asl20 gpl2 mit ];
|
||||
maintainers = [maintainers.raskin];
|
||||
platforms = [ "x86_64-linux" "aarch64-linux" ] ++ platforms.darwin;
|
||||
platforms = ["x86_64-linux"] ++ platforms.darwin;
|
||||
broken = kernel != null && versionOlder kernel.version "4.14";
|
||||
homepage = "https://sysdig.com/opensource/";
|
||||
downloadPage = "https://github.com/draios/sysdig/releases";
|
||||
|
||||
Reference in New Issue
Block a user