nixpkgs/pkgs/development/compilers/flutter/patches/flutter3
FlafyDev 570f3efd1d flutter: Separate cache and unwrapped derivations
flutter-unwrapped will now not come with engine artifacts in its cache directory(`$out/bin/cache`).

To specify a different cache directory, set FLUTTER_CACHE_DIR.

Flutter's wrapper now sets FLUTTER_CACHE_DIR to set engine artifacts.

The sh file `$out/bin/internal/shared.sh` runs when launching Flutter and calls `"$FLUTTER_ROOT/bin/cache/` instead of our environment variable `FLUTTER_CACHE_DIR`.
I decided not to patch it since the script doesn't require engine artifacts(which are the only thing not added by the unwrapped derivation), so it shouldn't fail, and patching it will just be harder to maintain.
2023-06-30 15:23:34 +03:00
..
copy-without-perms.patch flutter: Don't preserve prebuilt SDK asset file permissions 2023-04-13 18:01:53 +10:00
disable-auto-update.patch flutter: Don't try to update the immutable artifact cache 2023-04-13 18:01:45 +10:00
dont-validate-executable-location.patch flutter: Don't check executable locations in doctor 2023-04-13 18:02:26 +10:00
git-dir.patch
move-cache.patch flutter: Separate cache and unwrapped derivations 2023-06-30 15:23:34 +03:00