dart: Properly set the dependency list derivation name

This commit is contained in:
hacker1024 2023-05-12 02:43:44 +10:00
parent b511926a89
commit fdbb342402

View file

@ -169,7 +169,7 @@ let
dart pub deps --json | jq .packages > $out dart pub deps --json | jq .packages > $out
runHook postBuild runHook postBuild
''; '';
} // buildDrvInheritArgs); } // (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.
# Git must be wrapped to return a positive result, as the real .git directory is wiped # Git must be wrapped to return a positive result, as the real .git directory is wiped