mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-27 06:25:23 +00:00
Merge pull request #247428 from codedownio/jupyter-all
jupyter-all: init a package to build all Jupyter kernels
This commit is contained in:
commit
2656772bb2
@ -9607,6 +9607,14 @@ with pkgs;
|
||||
|
||||
jupyter = callPackage ../applications/editors/jupyter { };
|
||||
|
||||
jupyter-all = jupyter.override {
|
||||
definitions = {
|
||||
clojure = clojupyter.definition;
|
||||
octave = octave-kernel.definition;
|
||||
# wolfram = wolfram-for-jupyter-kernel.definition; # unfree
|
||||
};
|
||||
};
|
||||
|
||||
jupyter-kernel = callPackage ../applications/editors/jupyter/kernel.nix { };
|
||||
|
||||
justify = callPackage ../tools/text/justify { };
|
||||
|
Loading…
Reference in New Issue
Block a user