coq-kernel.launcher: use jupyter-core, not the jupyter_core alias

Noticed when explored harder to reach attributes with aliases disabled.
This commit is contained in:
Sergei Trofimovich 2023-12-26 22:31:56 +00:00
parent df04894406
commit 038ba602da

View File

@ -18,7 +18,7 @@
# nix run --impure --expr 'with import <nixpkgs> {}; jupyter.override { definitions.coq = coq-kernel.definition; }'
let
python = python3.withPackages (ps: [ ps.traitlets ps.jupyter_core ps.ipykernel (callPackage ./kernel.nix {}) ]);
python = python3.withPackages (ps: [ ps.traitlets ps.jupyter-core ps.ipykernel (callPackage ./kernel.nix {}) ]);
logos = runCommand "coq-logos" { buildInputs = [ imagemagick ]; } ''
mkdir -p $out