civetweb: enable IPv6

It's disabled by default...

This is necessary for prometheus-cpp to use IPv6 addresses (e.g.
`[::]:9999`).

+2 -1
+2 -1
pkgs/development/libraries/civetweb/default.nix
··· 30 30 ''; 31 31 32 32 cmakeFlags = [ 33 + "-DBUILD_SHARED_LIBS=ON" 33 34 "-DCIVETWEB_ENABLE_CXX=ON" 34 - "-DBUILD_SHARED_LIBS=ON" 35 + "-DCIVETWEB_ENABLE_IPV6=ON" 35 36 36 37 # The civetweb unit tests rely on downloading their fork of libcheck. 37 38 "-DCIVETWEB_BUILD_TESTING=OFF"