jupyter: inherit notebook meta rather than python3 meta (#495995)
This commit is contained in:
@@ -16,7 +16,7 @@ let
|
||||
(oldAttrs: {
|
||||
inherit (python3.pkgs.notebook) version;
|
||||
pname = "jupyter";
|
||||
meta = oldAttrs.meta // {
|
||||
meta = python3.pkgs.notebook.meta // {
|
||||
mainProgram = "jupyter";
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user