dart: Use doPubGet when generating the dependency list

This commit is contained in:
hacker1024
2023-05-12 23:09:41 +10:00
parent 7f36f6e96b
commit b511926a89
@@ -160,7 +160,7 @@ let
configurePhase = ''
runHook preConfigure
dart pub get --offline
doPubGet dart pub get --offline
runHook postConfigure
'';