Merge pull request #101521 from egasimus/patch-2
This commit is contained in:
commit
476f69bc5e
@ -228,6 +228,7 @@ in rec {
|
||||
yarnNix ? mkYarnNix { inherit yarnLock; },
|
||||
yarnFlags ? defaultYarnFlags,
|
||||
yarnPreBuild ? "",
|
||||
yarnPostBuild ? "",
|
||||
pkgConfig ? {},
|
||||
extraBuildInputs ? [],
|
||||
publishBinsFor ? null,
|
||||
@ -249,6 +250,7 @@ in rec {
|
||||
deps = mkYarnModules {
|
||||
name = "${safeName}-modules-${version}";
|
||||
preBuild = yarnPreBuild;
|
||||
postBuild = yarnPostBuild;
|
||||
workspaceDependencies = workspaceDependenciesTransitive;
|
||||
inherit packageJSON pname version yarnLock yarnNix yarnFlags pkgConfig;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user