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