mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
flutter: Remove JIT explanation
Turns out it was a patch that was causing the strange behaviour.
This commit is contained in:
parent
5f6d29a70a
commit
c3237a8d38
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user