vector: include the "unix" cargo feature if targetPlatform isUnix
This commit is contained in:
parent
2deeb58f49
commit
1096a6d77e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue