yarn-berry: fix and enable strictDeps

This commit is contained in:
FliegendeWurst
2025-04-28 09:00:38 +02:00
parent 208d786515
commit c804c4f302
+3
View File
@@ -32,9 +32,12 @@ stdenv.mkDerivation (finalAttrs: {
];
nativeBuildInputs = [
nodejs
yarn
];
strictDeps = true;
dontConfigure = true;
buildPhase = ''