lektor: add meta.mainProgram
This commit is contained in:
parent
9f6c511846
commit
98422c29fd
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ in python.pkgs.buildPythonApplication rec {
|
||||||
homepage = "https://www.getlektor.com/";
|
homepage = "https://www.getlektor.com/";
|
||||||
changelog = "https://github.com/lektor/lektor/blob/v${version}/CHANGES.md";
|
changelog = "https://github.com/lektor/lektor/blob/v${version}/CHANGES.md";
|
||||||
license = licenses.bsd0;
|
license = licenses.bsd0;
|
||||||
|
mainProgram = "lektor";
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue