bloaty: update path to c++filt after #29396

This commit is contained in:
Orivej Desh 2017-12-14 00:53:23 +00:00
parent c51f27dcf0
commit fe61c3b84e

View File

@ -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;