From 236b7dda5983e4dd832715bc332b2651bed4dd55 Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Sat, 20 Sep 2025 00:11:43 -0700 Subject: [PATCH] xeus-cling: mark as working on darwin --- .../editors/jupyter-kernels/xeus-cling/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/applications/editors/jupyter-kernels/xeus-cling/default.nix b/pkgs/applications/editors/jupyter-kernels/xeus-cling/default.nix index 74c666803f24..9588900f6dc5 100644 --- a/pkgs/applications/editors/jupyter-kernels/xeus-cling/default.nix +++ b/pkgs/applications/editors/jupyter-kernels/xeus-cling/default.nix @@ -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: {