trafficserver: fix build w/glibc-2.34

Failing Hydra build: https://hydra.nixos.org/build/155205200

+3
+3
pkgs/servers/http/trafficserver/default.nix
··· 13 , python3 14 , xz 15 , zlib 16 # recommended dependencies 17 , withHwloc ? true 18 , hwloc ··· 113 tools/check-unused-dependencies 114 115 substituteInPlace configure --replace '/usr/bin/file' '${file}/bin/file' 116 '' + lib.optionalString stdenv.isLinux '' 117 substituteInPlace configure \ 118 --replace '/usr/include/linux' '${linuxHeaders}/include/linux'
··· 13 , python3 14 , xz 15 , zlib 16 + , catch2 17 # recommended dependencies 18 , withHwloc ? true 19 , hwloc ··· 114 tools/check-unused-dependencies 115 116 substituteInPlace configure --replace '/usr/bin/file' '${file}/bin/file' 117 + 118 + cp ${catch2}/include/catch2/catch.hpp tests/include/catch.hpp 119 '' + lib.optionalString stdenv.isLinux '' 120 substituteInPlace configure \ 121 --replace '/usr/include/linux' '${linuxHeaders}/include/linux'