lol

Merge pull request #132996 from SuperSandro2000/SuperSandro2000-patch-4

vector: fix optionals

authored by

Sandro and committed by
GitHub
bea7c305 cc5d561f

+1 -1
+1 -1
pkgs/tools/misc/vector/default.nix
··· 40 40 cargoSha256 = "sha256-DFFA6t+ZgpGieq5kT80PW5ZSByIp54ia2UvcBYY2+Lg="; 41 41 nativeBuildInputs = [ pkg-config ]; 42 42 buildInputs = [ oniguruma openssl protobuf rdkafka zstd ] 43 - ++ lib.optional stdenv.isDarwin [ Security libiconv coreutils CoreServices ]; 43 + ++ lib.optionals stdenv.isDarwin [ Security libiconv coreutils CoreServices ]; 44 44 45 45 # needed for internal protobuf c wrapper library 46 46 PROTOC = "${protobuf}/bin/protoc";