fix strace-graph shebang which points to perl
This commit is contained in:
parent
fa0bd3f902
commit
38b7aff170
@ -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