Skip to content

Commit

Permalink
fix strace-graph shebang which points to perl
Browse files Browse the repository at this point in the history
  • Loading branch information
hlolli committed Apr 2, 2020
1 parent fa0bd3f commit 38b7aff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/tools/misc/strace/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38b7aff

Please sign in to comment.