Unverified Commit e99c9fba authored by Luna Nova's avatar Luna Nova
Browse files

jupyter: inherit notebook meta rather than python3 meta

Fixes #495922 and brings joy to @mweinelt's notifications
parent 70f29f79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ let
      (oldAttrs: {
        inherit (python3.pkgs.notebook) version;
        pname = "jupyter";
        meta = oldAttrs.meta // {
        meta = python3.pkgs.notebook.meta // {
          mainProgram = "jupyter";
        };
      });