From 2df4826e8c33699016a8f39b645add3bf0bb2ed3 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Tue, 25 Mar 2025 10:39:36 +0100 Subject: [PATCH] xeus-cling: mark as broken on darwin --- .../editors/jupyter-kernels/xeus-cling/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/applications/editors/jupyter-kernels/xeus-cling/default.nix b/pkgs/applications/editors/jupyter-kernels/xeus-cling/default.nix index bffd4c894039..b92bb3ff3ce1 100644 --- a/pkgs/applications/editors/jupyter-kernels/xeus-cling/default.nix +++ b/pkgs/applications/editors/jupyter-kernels/xeus-cling/default.nix @@ -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: {