Commit 10926ac1 authored by Tom McLaughlin's avatar Tom McLaughlin
Browse files

Disable jupyter kernel installation on darwin

parent 616c81c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
    '';