tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
bloaty: update path to c++filt after #29396
Orivej Desh
8 years ago
fe61c3b8
c51f27dc
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
bloaty
default.nix
+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;