mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
plant-it-frontend: init at 0.10.0
(cherry picked from commit 2aa307ab83)
This commit is contained in:
committed by
github-actions[bot]
parent
c8038975d0
commit
d220a959b6
19
pkgs/by-name/pl/plant-it-frontend/package.nix
Normal file
19
pkgs/by-name/pl/plant-it-frontend/package.nix
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
lib,
|
||||
flutter326,
|
||||
plant-it,
|
||||
}:
|
||||
|
||||
flutter326.buildFlutterApplication {
|
||||
pname = "plant-it-frontend";
|
||||
inherit (plant-it) version src;
|
||||
sourceRoot = "source/frontend";
|
||||
|
||||
targetFlutterPlatform = "web";
|
||||
|
||||
pubspecLock = lib.importJSON ./pubspec.lock.json;
|
||||
|
||||
meta = plant-it.meta // {
|
||||
description = "Frontend for Plant It";
|
||||
};
|
||||
}
|
||||
1758
pkgs/by-name/pl/plant-it-frontend/pubspec.lock.json
Normal file
1758
pkgs/by-name/pl/plant-it-frontend/pubspec.lock.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user