lol

Merge pull request #188224 from trofi/eztrace-fix-for-binutils-2.39

eztrace: use binutils-2.38 until upstream is ported

authored by

Bernardo Meurer and committed by
GitHub
235b897e 4c6a2216

+5 -3
+5 -3
pkgs/development/tools/profiling/EZTrace/default.nix
··· 5 libelf, 6 libiberty, 7 zlib, 8 - libbfd, 9 - libopcodes, 10 buildPackages, 11 autoreconfHook 12 }: ··· 23 }; 24 25 nativeBuildInputs = [ gfortran autoreconfHook ]; 26 - buildInputs = [ libelf libiberty zlib libbfd libopcodes ]; 27 28 meta = with lib; { 29 description = "Tool that aims at generating automatically execution trace from HPC programs";
··· 5 libelf, 6 libiberty, 7 zlib, 8 + # Once https://gitlab.com/eztrace/eztrace/-/issues/41 9 + # is released we can switch to latest binutils. 10 + libbfd_2_38, 11 + libopcodes_2_38, 12 buildPackages, 13 autoreconfHook 14 }: ··· 25 }; 26 27 nativeBuildInputs = [ gfortran autoreconfHook ]; 28 + buildInputs = [ libelf libiberty zlib libbfd_2_38 libopcodes_2_38 ]; 29 30 meta = with lib; { 31 description = "Tool that aims at generating automatically execution trace from HPC programs";