mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-02 19:14:14 +00:00
flutter: Remove any existing Dart SDK
This commit is contained in:
parent
ec0c30d6d7
commit
2dc524e2a7
@ -67,6 +67,7 @@ let
|
||||
|
||||
mkdir -p $out
|
||||
cp -r . $out
|
||||
rm -rf $out/bin/cache/dart-sdk
|
||||
ln -sf ${dart} $out/bin/cache/dart-sdk
|
||||
|
||||
# The regular launchers are designed to download/build/update SDK
|
||||
|
Loading…
Reference in New Issue
Block a user