hadoop: fix meta.position

This was broken because the `recursiveUpdate` in the `meta` block causes
Nix to lose track of `meta.description`'s position.
This commit is contained in:
Wolfgang Walther
2025-10-22 21:22:35 +02:00
parent bd25fcc7b1
commit 08b5cabfe4

View File

@@ -144,6 +144,8 @@ let
passthru = { inherit tests; }; passthru = { inherit tests; };
# The recursiveUpdate below breaks default meta.position, so manually override it.
pos = __curPos;
meta = meta =
with lib; with lib;
recursiveUpdate { recursiveUpdate {