forked from mirrors/nixpkgs
bloaty: update path to c++filt after #29396
This commit is contained in:
parent
c51f27dcf0
commit
fe61c3b84e
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue