diff --git a/pkgs/applications/editors/jupyter/default.nix b/pkgs/applications/editors/jupyter/default.nix index 4e7c915fd920..a11b606907e9 100644 --- a/pkgs/applications/editors/jupyter/default.nix +++ b/pkgs/applications/editors/jupyter/default.nix @@ -16,7 +16,7 @@ let (oldAttrs: { inherit (python3.pkgs.notebook) version; pname = "jupyter"; - meta = oldAttrs.meta // { + meta = python3.pkgs.notebook.meta // { mainProgram = "jupyter"; }; });