Merge pull request #84133 from hlolli/fix/strace-graph-shebang
strace: fix strace-graph shebang which points to perl
This commit is contained in:
commit
2d5deeae72
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = stdenv.lib.optional libunwind.supportsHost libunwind; # support -k
|
||||
|
||||
postPatch = "patchShebangs strace-graph";
|
||||
|
||||
configureFlags = stdenv.lib.optional (!stdenv.hostPlatform.isx86) "--enable-mpers=check";
|
||||
|
||||
# fails 1 out of 523 tests with
|
||||
|
Loading…
Reference in New Issue
Block a user