nixpkgs/pkgs/development/compilers/flutter
Thiago Kenji Okada 5f72a823de flutter: 1.22.4 -> 1.22.5
Needs to do a build in 2-pass now since Google stopped shipping all
dependencies needed to build Flutter. This may be an oversight from them
since they used to ship everything, but this makes the whole build
process more robust.

The first step will download all dependencies from pub, and the
second step will build Flutter. Since we need to build repository
first, we also require a new depsSha256 parameter to be passed, that
represents the SHA256 of the resulting derivation of all Flutter
dependencies downloaded from https://pub.dev.

This commit also makes some changes in mkFlutter, allowing the
user to pass src instead of passing version/channel/filename, allowing
for more flexibility (i.e: building from a local fork of Flutter).
2021-01-27 14:48:10 -03:00
..
patches flutter: 1.22.4 -> 1.22.5 2021-01-27 14:48:10 -03:00
default.nix flutter: 1.22.4 -> 1.22.5 2021-01-27 14:48:10 -03:00
flutter.nix flutter: 1.22.4 -> 1.22.5 2021-01-27 14:48:10 -03:00
repository.nix flutter: 1.22.4 -> 1.22.5 2021-01-27 14:48:10 -03:00