Merge pull request #138035 from alyssais/strace-graph

strace: remove strace-graph stuff
This commit is contained in:
Robert Scott 2021-09-15 22:08:54 +01:00 committed by GitHub
commit 3b72a3af7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,9 +14,7 @@ stdenv.mkDerivation rec {
# On RISC-V platforms, LLVM's libunwind implementation is unsupported by strace.
# The build will silently fall back and -k will not work on RISC-V.
buildInputs = [ perl.out libunwind ]; # support -k
postPatch = "patchShebangs --host strace-graph";
buildInputs = [ libunwind ]; # support -k
configureFlags = [ "--enable-mpers=check" ];