xeus-cling: mark as broken on darwin (#393026)

authored by Gaétan Lepage and committed by GitHub 23d3029c f0dc872f

+6
+6
pkgs/applications/editors/jupyter-kernels/xeus-cling/default.nix
··· 1 1 { 2 + lib, 2 3 callPackage, 3 4 cling, 4 5 fetchurl, ··· 66 67 passthru = (oldAttrs.passthru or { }) // { 67 68 unwrapped = xeus-cling-unwrapped; 68 69 }; 70 + 71 + meta.badPlatforms = [ 72 + # fatal error: 'stdlib.h' file not found 73 + lib.systems.inspect.patterns.isDarwin 74 + ]; 69 75 }); 70 76 71 77 mkKernelSpec = std: {