xeus-cling: mark as broken on darwin

This commit is contained in:
Gaetan Lepage
2025-03-25 10:39:36 +01:00
parent a097cc53a8
commit 2df4826e8c
@@ -1,4 +1,5 @@
{
lib,
callPackage,
cling,
fetchurl,
@@ -66,6 +67,11 @@ 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: {