jupyter: inherit notebook meta rather than python3 meta

Fixes #495922 and brings joy to @mweinelt's notifications
This commit is contained in:
Luna Nova
2026-03-02 14:34:19 -08:00
parent 70f29f795e
commit e99c9fba8b
@@ -16,7 +16,7 @@ let
(oldAttrs: {
inherit (python3.pkgs.notebook) version;
pname = "jupyter";
meta = oldAttrs.meta // {
meta = python3.pkgs.notebook.meta // {
mainProgram = "jupyter";
};
});