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 5 libelf, 6 6 libiberty, 7 7 zlib, 8 - libbfd, 9 - libopcodes, 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, 10 12 buildPackages, 11 13 autoreconfHook 12 14 }: ··· 23 25 }; 24 26 25 27 nativeBuildInputs = [ gfortran autoreconfHook ]; 26 - buildInputs = [ libelf libiberty zlib libbfd libopcodes ]; 28 + buildInputs = [ libelf libiberty zlib libbfd_2_38 libopcodes_2_38 ]; 27 29 28 30 meta = with lib; { 29 31 description = "Tool that aims at generating automatically execution trace from HPC programs";