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

This commit is contained in:
Sandro
2026-03-04 18:21:14 +00:00
committed by GitHub
@@ -16,7 +16,7 @@ let
(oldAttrs: {
inherit (python3.pkgs.notebook) version;
pname = "jupyter";
meta = oldAttrs.meta // {
meta = python3.pkgs.notebook.meta // {
mainProgram = "jupyter";
};
});