mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
nextcloud-whiteboard-server: add meta.mainProgram
This commit is contained in:
parent
6950511009
commit
889f5b5052
1 changed files with 1 additions and 0 deletions
|
@ -31,5 +31,6 @@ buildNpmPackage rec {
|
||||||
homepage = "https://apps.nextcloud.com/apps/whiteboard";
|
homepage = "https://apps.nextcloud.com/apps/whiteboard";
|
||||||
license = lib.licenses.agpl3Plus;
|
license = lib.licenses.agpl3Plus;
|
||||||
maintainers = [ lib.maintainers.onny ];
|
maintainers = [ lib.maintainers.onny ];
|
||||||
|
mainProgram = "nextcloud-whiteboard-server";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue