applyPatches: remove inherited meta.position

This commit is contained in:
Ross Smyth
2026-02-12 13:25:13 -05:00
parent b63a55ac4a
commit 599986e477
@@ -1076,7 +1076,7 @@ rec {
}
# Carry (and merge) information from the underlying `src` if present.
// (optionalAttrs (src ? meta) {
inherit (src) meta;
meta = removeAttrs src.meta [ "position" ];
})
// (optionalAttrs (extraPassthru != { } || src ? passthru) {
passthru = extraPassthru // src.passthru or { };