Revert "Merge branch 'master' into staging-next"

This reverts commit f19b7b03a0, reversing
changes made to 572a864d02.

Sorry. I pushed the wrong staging-next (the one that had my master
merged in). This was not intended.
This commit is contained in:
Jörg Thalheim
2020-12-31 08:50:36 +01:00
parent f19b7b03a0
commit c2fca99f97
41 changed files with 1213 additions and 1842 deletions
+1 -1
View File
@@ -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";