jupyter{,-all}: set pname and version (#493027)
This commit is contained in:
@@ -14,8 +14,10 @@ let
|
||||
makeWrapperArgs = [ "--prefix JUPYTER_PATH : ${jupyterPath}" ];
|
||||
}).overrideAttrs
|
||||
(oldAttrs: {
|
||||
inherit (python3.pkgs.notebook) version;
|
||||
pname = "jupyter";
|
||||
meta = oldAttrs.meta // {
|
||||
mainProgram = "jupyter-notebook";
|
||||
mainProgram = "jupyter";
|
||||
};
|
||||
});
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user