Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-01-12 18:47:24 +00:00
committed by GitHub
284 changed files with 4202 additions and 2854 deletions

View File

@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
postPatch = "patchShebangs --host strace-graph";
configureFlags = stdenv.lib.optional (!stdenv.hostPlatform.isx86) "--enable-mpers=check";
configureFlags = [ "--enable-mpers=check" ];
meta = with stdenv.lib; {
homepage = "https://strace.io/";