Commit 616c81c6 authored by Tom McLaughlin's avatar Tom McLaughlin Committed by thomasjm
Browse files

Include the Jupyter kernel in $out/share/jupyter

parent fe00f3f4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -81,6 +81,11 @@ let
      # "--trace-expand"
    ];

    postInstall = ''
      mkdir -p $out/share/Jupyter
      cp -r /build/clang/tools/cling/tools/Jupyter/kernel $out/share/Jupyter
    '';

    meta = with lib; {
      description = "The Interactive C++ Interpreter";
      homepage = "https://root.cern/cling/";