Merge pull request #138035 from alyssais/strace-graph
strace: remove strace-graph stuff
This commit is contained in:
commit
3b72a3af7a
@ -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" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user