Unverified Commit f2526df7 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

jupyter: inherit notebook meta rather than python3 meta (#495995)

parents fcbe86d6 e99c9fba
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";
        };
      });