uvwasi: enable structuredAttrs, strictDeps, and multiple outputs

This commit is contained in:
Antoine du Hamel
2026-09-06 16:25:12 +02:00
parent 303384d3a0
commit bda34026b7

View File

@@ -22,6 +22,9 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-+vz/qTMRRDHV1VE4nny9vYYtarZHk1xoM4EZiah3jnY=";
};
__structuredAttrs = true;
strictDeps = true;
patches = [
# FIXME: remove when included in a release
(fetchpatch2 {
@@ -38,6 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
outputs = [
"out"
"dev"
];
nativeBuildInputs = [