mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 07:01:12 +00:00
feishin-web: init at 1.13.0
This commit is contained in:
@@ -34,6 +34,8 @@ buildNpmPackage {
|
||||
|
||||
inherit src;
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
npmConfigHook = pnpmConfigHook;
|
||||
npmBuildScript = if webVersion then "build:web" else "build";
|
||||
|
||||
|
||||
@@ -11208,4 +11208,6 @@ with pkgs;
|
||||
enableWayland = false;
|
||||
enableX11 = true;
|
||||
};
|
||||
|
||||
feishin-web = feishin.override { webVersion = true; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user