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 { 2 callPackage, 3 cling, 4 fetchurl, ··· 66 passthru = (oldAttrs.passthru or { }) // { 67 unwrapped = xeus-cling-unwrapped; 68 }; 69 }); 70 71 mkKernelSpec = std: {
··· 1 { 2 + lib, 3 callPackage, 4 cling, 5 fetchurl, ··· 67 passthru = (oldAttrs.passthru or { }) // { 68 unwrapped = xeus-cling-unwrapped; 69 }; 70 + 71 + meta.badPlatforms = [ 72 + # fatal error: 'stdlib.h' file not found 73 + lib.systems.inspect.patterns.isDarwin 74 + ]; 75 }); 76 77 mkKernelSpec = std: {