Skip to content

Commit

Permalink
strace-graph: fix strace-graph shebang which points to perl
Browse files Browse the repository at this point in the history
(cherry picked from commit 38b7aff)
  • Loading branch information
hlolli authored and Ma27 committed Jun 16, 2020
1 parent a84b797 commit 02b95cf
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 02b95cf

Please sign in to comment.