mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
Merge pull request #260162 from doronbehar/pkg/jupyter-misc
python310Packages.jupyterlab: add meta.mainProgram
This commit is contained in:
commit
43c54e8280
@ -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 New Issue
Block a user