1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-21 11:33:24 +00:00

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;