Merge pull request #104179 from johanot/fix-vector-journald
vector: include the "unix" cargo feature if targetPlatform isUnix
This commit is contained in:
commit
fe3f3d7f83
@ -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…
x
Reference in New Issue
Block a user