mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #286121 from cafkafk/wgptk-main-program
wpgtk: add `meta.mainProgram = wpg`
This commit is contained in:
commit
4888d2428d
1 changed files with 2 additions and 1 deletions
|
@ -49,6 +49,7 @@ python3Packages.buildPythonApplication rec {
|
|||
homepage = "https://github.com/deviantfero/wpgtk";
|
||||
license = licenses.gpl2Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.melkor333 maintainers.cafkafk ];
|
||||
maintainers = with maintainers; [ melkor333 cafkafk ];
|
||||
mainProgram = "wpg";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue