jupyter{,-all}: set pname and version (#493027)

This commit is contained in:
Yohann Boniface
2026-02-27 20:47:59 +00:00
committed by GitHub
@@ -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