vector: include the "unix" cargo feature if targetPlatform isUnix

This commit is contained in:
Johan Thomsen 2020-11-18 16:19:14 +01:00
parent 2deeb58f49
commit 1096a6d77e
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
then [ "jemallocator" "rdkafka" "rdkafka/dynamic_linking" ]
else [ "leveldb" "leveldb/leveldb-sys-2" "jemallocator" "rdkafka" "rdkafka/dynamic_linking" ])
++
(lib.optional stdenv.targetPlatform.isUnix "unix")
++
[ "sinks" "sources" "transforms" ])
, coreutils
, CoreServices