Skip to content

Commit

Permalink
bloaty: update path to c++filt after #29396
Browse files Browse the repository at this point in the history
  • Loading branch information
orivej committed Dec 14, 2017
1 parent c51f27d commit fe61c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/bloaty/default.nix
Expand Up @@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
preConfigure = ''
substituteInPlace src/bloaty.cc \
--replace "c++filt" \
"${stdenv.lib.getBin binutils}/bin/c++filt"
"${binutils.bintools}/bin/c++filt"
'';

doCheck = true;
Expand Down

1 comment on commit fe61c3b

@dtzWill
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.