pinact: 1.0.0 -> 1.1.2 and set CGO_ENABLED=0 (#368078)
[NixPkgs.git] / pkgs / applications / science / math / wolfram-engine / notebook.nix
blobcf55dade56cb3d9d56c3f6555f06447d00305cf6
2   stdenv,
3   writeScriptBin,
4   jupyter,
5   wolfram-for-jupyter-kernel,
6 }:
8 let
9   wolfram-jupyter = jupyter.override {
10     definitions = {
11       wolfram = wolfram-for-jupyter-kernel.definition;
12     };
13   };
15 writeScriptBin "wolfram-notebook" ''
16   #! ${stdenv.shell}
17   ${wolfram-jupyter}/bin/jupyter-notebook