Include the Jupyter kernel in $out/share/jupyter

This commit is contained in:
Tom McLaughlin 2023-04-18 17:01:10 -07:00 committed by thomasjm
parent fe00f3f462
commit 616c81c641

View File

@ -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/";