Unverified Commit c3634917 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

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

parents 6dbf4548 07e4a7a6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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