flutter: Remove JIT explanation

Turns out it was a patch that was causing the strange behaviour.
This commit is contained in:
hacker1024 2023-10-23 02:57:39 +11:00 committed by Maciej Krüger
parent 5f6d29a70a
commit c3237a8d38
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F

View File

@ -13,11 +13,6 @@
buildDartApplication.override { inherit dart; } rec {
pname = "flutter-tools";
inherit version;
# The SDK normally uses a JIT snapshot, so we do as well.
# Previously, we used a kernel snapshot - but this was found to cause
# extremely strange behaviour at runtime (observed in `flutter precache`),
# where certain functions would not execute properly.
dartOutputType = "jit-snapshot";
src = flutterSrc;