forked from mirrors/nixpkgs
Disable jupyter kernel installation on darwin
This commit is contained in:
parent
616c81c641
commit
10926ac119
|
@ -81,7 +81,7 @@ let
|
|||
# "--trace-expand"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
postInstall = lib.optionalString (!stdenv.isDarwin) ''
|
||||
mkdir -p $out/share/Jupyter
|
||||
cp -r /build/clang/tools/cling/tools/Jupyter/kernel $out/share/Jupyter
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue