lol

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

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