lol

cpp-hocon: fix build w/glibc-2.34

Simply disable tests as it tries to pull in an old `catch2` from
`leatherman`.

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

+4
+4
pkgs/development/libraries/cpp-hocon/default.nix
··· 11 11 owner = "puppetlabs"; 12 12 }; 13 13 14 + postPatch = '' 15 + sed -i -e '/add_subdirectory(tests)/d' lib/CMakeLists.txt 16 + ''; 17 + 14 18 NIX_CFLAGS_COMPILE = "-Wno-error"; 15 19 16 20 nativeBuildInputs = [ cmake ];