mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #138035 from alyssais/strace-graph
strace: remove strace-graph stuff
This commit is contained in:
commit
3b72a3af7a
1 changed files with 1 additions and 3 deletions
|
@ -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 a new issue