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:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user