fetchDartDeps: Disable install phase in depsListDrv
This commit is contained in:
parent
eeb3936722
commit
64c638bfc0
1 changed files with 2 additions and 0 deletions
|
@ -169,6 +169,8 @@ let
|
||||||
dart pub deps --json | jq .packages > $out
|
dart pub deps --json | jq .packages > $out
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
dontInstall = true;
|
||||||
} // (removeAttrs buildDrvInheritArgs [ "name" "pname" ]));
|
} // (removeAttrs buildDrvInheritArgs [ "name" "pname" ]));
|
||||||
|
|
||||||
# As of Dart 3.0.0, Pub checks the revision of cached Git-sourced packages.
|
# As of Dart 3.0.0, Pub checks the revision of cached Git-sourced packages.
|
||||||
|
|
Loading…
Reference in a new issue