fetchDartDeps: Disable install phase in depsListDrv

This commit is contained in:
hacker1024 2023-10-21 22:02:30 +11:00
parent eeb3936722
commit 64c638bfc0

View file

@ -169,6 +169,8 @@ let
dart pub deps --json | jq .packages > $out
runHook postBuild
'';
dontInstall = true;
} // (removeAttrs buildDrvInheritArgs [ "name" "pname" ]));
# As of Dart 3.0.0, Pub checks the revision of cached Git-sourced packages.