dart: Use doPubGet when generating the dependency list

This commit is contained in:
hacker1024 2023-05-12 02:40:38 +10:00
parent 7f36f6e96b
commit b511926a89

View File

@ -160,7 +160,7 @@ let
configurePhase = ''
runHook preConfigure
dart pub get --offline
doPubGet dart pub get --offline
runHook postConfigure
'';