flutter.mkFlutterApp: Rename to flutter.buildFlutterApplication

This fits more appropriately with other build derivations like buildPythonApplication.
This commit is contained in:
hacker1024 2023-04-15 20:57:21 +10:00
parent f00f918e27
commit 607a57d48e
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
, removeReferencesTo
}:
flutter.mkFlutterApp rec {
flutter.buildFlutterApplication rec {
pname = "yubioath-flutter";
version = "6.1.0";

View File

@ -159,7 +159,7 @@ let
# When other derivations wrap this one, any unmodified files
# found here should be included as-is, for tooling compatibility.
sdk = unwrapped;
mkFlutterApp = callPackage ../../../build-support/flutter {
buildFlutterApplication = callPackage ../../../build-support/flutter {
# Package a minimal version of Flutter that only uses Linux desktop release artifacts.
flutter = callPackage ./wrapper.nix {
flutter = callPackage ./flutter.nix (args // {

View File

@ -3,7 +3,7 @@
, fetchFromGitHub
}:
flutter2.mkFlutterApp {
flutter2.buildFlutterApplication {
pname = "firmware-updater";
version = "unstable";