mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
bcc/bpftrace: add missing platforms=linux
bcc and bpftrace depend on bpf which is linux-specific
This commit is contained in:
parent
dbe53bea95
commit
c87348b2c1
@ -118,5 +118,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
homepage = "https://iovisor.github.io/bcc/";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ ragge mic92 thoughtpolice martinetd ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -67,5 +67,6 @@ stdenv.mkDerivation rec {
|
||||
mainProgram = "bpftrace";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ rvl thoughtpolice martinetd mfrw ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user