Merge pull request #104179 from johanot/fix-vector-journald

vector: include the "unix" cargo feature if targetPlatform isUnix
This commit is contained in:
Austin Seipp
2020-11-19 02:13:58 -06:00
committed by GitHub

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