yarn-berry: fix and enable strictDeps (#402461)

This commit is contained in:
Aleksana
2025-05-04 17:12:26 +08:00
committed by GitHub
+3
View File
@@ -32,9 +32,12 @@ stdenv.mkDerivation (finalAttrs: {
];
nativeBuildInputs = [
nodejs
yarn
];
strictDeps = true;
dontConfigure = true;
buildPhase = ''