mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
flutter.mkFlutterApp: Use wrapped Flutter package during build
This ensures that all runtime dependencies are supplied.
This commit is contained in:
parent
e4df8739b7
commit
b180cb467b
@ -45,7 +45,7 @@ let
|
||||
getAttrsOrNull = names: attrs: lib.genAttrs names (name: if attrs ? ${name} then attrs.${name} else null);
|
||||
flutterDeps = [
|
||||
# flutter deps
|
||||
flutter.unwrapped
|
||||
flutter.wrapped
|
||||
bash
|
||||
curl
|
||||
flutter.dart
|
||||
|
Loading…
Reference in New Issue
Block a user