lol

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

+1 -1
+1 -1
pkgs/development/tools/bloaty/default.nix
··· 19 preConfigure = '' 20 substituteInPlace src/bloaty.cc \ 21 --replace "c++filt" \ 22 - "${stdenv.lib.getBin binutils}/bin/c++filt" 23 ''; 24 25 doCheck = true;
··· 19 preConfigure = '' 20 substituteInPlace src/bloaty.cc \ 21 --replace "c++filt" \ 22 + "${binutils.bintools}/bin/c++filt" 23 ''; 24 25 doCheck = true;