sage: link doc in jupyter kernel
This commit is contained in:
parent
5536b56135
commit
9a409fc502
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
# is always preferred, see `sage-src.nix` for that.
|
# is always preferred, see `sage-src.nix` for that.
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (pkgs) symlinkJoin callPackage nodePackages;
|
inherit (pkgs) symlinkJoin callPackage nodePackages lib;
|
||||||
|
|
||||||
python3 = pkgs.python3.override {
|
python3 = pkgs.python3.override {
|
||||||
packageOverrides = self: super: {
|
packageOverrides = self: super: {
|
||||||
|
@ -46,7 +46,7 @@ let
|
||||||
# just one 16x16 logo is available
|
# just one 16x16 logo is available
|
||||||
logo32 = "${sage-src}/src/doc/common/themes/sage/static/sageicon.png";
|
logo32 = "${sage-src}/src/doc/common/themes/sage/static/sageicon.png";
|
||||||
logo64 = "${sage-src}/src/doc/common/themes/sage/static/sageicon.png";
|
logo64 = "${sage-src}/src/doc/common/themes/sage/static/sageicon.png";
|
||||||
};
|
} // lib.optionalAttrs withDoc { extraPaths = { "doc" = "${sagedoc}/share/doc/sage/html/en"; }; };
|
||||||
|
|
||||||
three = callPackage ./threejs-sage.nix { };
|
three = callPackage ./threejs-sage.nix { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue