mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
Include the Jupyter kernel in $out/share/jupyter
This commit is contained in:
parent
fe00f3f462
commit
616c81c641
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user