Commit 236b7dda authored by Tom McLaughlin's avatar Tom McLaughlin
Browse files

xeus-cling: mark as working on darwin

parent 43e0bc91
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -67,11 +67,6 @@ let
    passthru = (oldAttrs.passthru or { }) // {
      unwrapped = xeus-cling-unwrapped;
    };

    meta.badPlatforms = [
      # fatal error: 'stdlib.h' file not found
      lib.systems.inspect.patterns.isDarwin
    ];
  });

  mkKernelSpec = std: {