nixpkgs/pkgs/tools/misc/vector
Julius Michaelis 91cbfce5df vector: stop overriding default features
So far, features were overridden to remove unix from the default feature set.
However, e.g. oniguruma is in the dependency tree and only works on isUnix platforms, so the feature was always on anyways.

This additionally deals with the problem that adding the rdkafka?/… resulted in an empty feature list.
Alternatively, this could have been worked around by adding rdkafka/… to the feature list since rdkafka is enabled by another feature in the list,
but this is no longer necessary.
2024-10-25 11:27:55 +09:00
..
Cargo.lock vector: 0.41.1 -> 0.42.0; fix build 2024-10-23 07:22:23 -04:00
default.nix vector: stop overriding default features 2024-10-25 11:27:55 +09:00