From 71eb201efd51993908811afda50cc9231b4c786a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Sat, 1 Aug 2026 01:49:03 +0200 Subject: [PATCH] remove references to removed darwin apple_sdk frameworks --- servicepoint-simulator.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/servicepoint-simulator.nix b/servicepoint-simulator.nix index 00c0021..e757b6c 100644 --- a/servicepoint-simulator.nix +++ b/servicepoint-simulator.nix @@ -47,14 +47,6 @@ let libx11 libx11.dev ] - ) - ++ lib.optionals pkgs.stdenv.isDarwin ( - with pkgs.darwin.apple_sdk.frameworks; - [ - Carbon - QuartzCore - AppKit - ] ); }; in