From bc6d2bc1aa75a53726132f6726ffa231036844fc Mon Sep 17 00:00:00 2001 From: Emily Date: Wed, 15 Jul 2026 03:19:33 +0100 Subject: [PATCH] Revert "rectangle: fix darwin build (second attempt)" The ld64 issue has been fixed. This reverts commit ec3327048366853e58afb5132b0d9908f811cb1a. --- pkgs/by-name/re/rectangle/package.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/by-name/re/rectangle/package.nix b/pkgs/by-name/re/rectangle/package.nix index c0cd0994b03f..2726452ff546 100644 --- a/pkgs/by-name/re/rectangle/package.nix +++ b/pkgs/by-name/re/rectangle/package.nix @@ -199,11 +199,10 @@ stdenv.mkDerivation (finalAttrs: { ) masShortcutSources} nixLog "linking MASShortcut dylib" - # `-fuse-ld=lld`: fix for ld64 hardening issue - # TODO: Clean up on `staging` clang -dynamiclib "''${masObjFiles[@]}" \ -framework AppKit -framework Carbon -framework Foundation \ -install_name "@rpath/MASShortcut.framework/MASShortcut" \ + # TODO: Clean up on `staging` -fuse-ld=lld \ -o "$buildDir/libMASShortcut.dylib"