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
commit fe3f3d7f83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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