Merge pull request #260162 from doronbehar/pkg/jupyter-misc
python310Packages.jupyterlab: add meta.mainProgram
This commit is contained in:
commit
43c54e8280
2 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
|||
, jsonschema
|
||||
, jupyter-telemetry
|
||||
, jupyterlab
|
||||
, jupyter-core
|
||||
, jupyter-server
|
||||
, mock
|
||||
, nbclassic
|
||||
, nodePackages
|
||||
|
@ -138,6 +140,8 @@ buildPythonPackage rec {
|
|||
sqlalchemy
|
||||
tornado
|
||||
traitlets
|
||||
jupyter-core
|
||||
jupyter-server
|
||||
] ++ lib.optionals (pythonOlder "3.10") [
|
||||
importlib-metadata
|
||||
];
|
||||
|
|
|
@ -69,5 +69,6 @@ buildPythonPackage rec {
|
|||
license = licenses.bsd3;
|
||||
homepage = "https://jupyter.org/";
|
||||
maintainers = lib.teams.jupyter.members;
|
||||
mainProgram = "jupyter-lab";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue