mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
vector: fix build failure
This commit is contained in:
parent
492bd1f77a
commit
80b5556ba2
1 changed files with 6 additions and 0 deletions
|
|
@ -87,6 +87,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
|||
CARGO_PROFILE_RELEASE_CODEGEN_UNITS = "1";
|
||||
};
|
||||
|
||||
# https://github.com/vectordotdev/vector/pull/25406
|
||||
postPatch = ''
|
||||
substituteInPlace lib/vector-config/src/schema/visitors/merge.rs \
|
||||
--replace-fail 'destination.merge(source);' 'Mergeable::merge(destination, source);'
|
||||
'';
|
||||
|
||||
doCheck = true;
|
||||
checkType = "debug";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue