mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
flutter.buildFlutterApplication: Allow building for the Web
This commit is contained in:
parent
b43ee05f4e
commit
f51a0b053d
3 changed files with 151 additions and 127 deletions
|
@ -103,6 +103,9 @@ flutter.buildFlutterApplication {
|
|||
pname = "firmware-updater";
|
||||
version = "unstable-2023-04-30";
|
||||
|
||||
# To build for the Web, use the flutterHostPlatform argument.
|
||||
# flutterHostPlatform = "web";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "canonical";
|
||||
repo = "firmware-updater";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue