resholve.mkDerivation: propagate strictDeps & __structuredAttrs

This commit is contained in:
SandaruKasa
2026-05-16 19:11:57 +03:00
parent 879fd04e82
commit 0a1bf9d0ab
@@ -287,8 +287,7 @@ rec {
postFixup = unresholved.postResholve;
# don't break the metadata...
meta = unresholved.meta;
inherit (unresholved) meta strictDeps __structuredAttrs;
};
};
}