Unverified Commit 07e4a7a6 authored by Hythera's avatar Hythera
Browse files

jupyter{,-all}: set pname and version

parent c4c6a8de
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