Skip to content

Commit

Permalink
wezterm: temp fix for x86_64-darwin
Browse files Browse the repository at this point in the history
Won't PR: upstream will be fixed by new SDK PR coming soon.

See NixOS#239384 (comment)

Signed-off-by: Sirio Balmelli <[email protected]>
  • Loading branch information
siriobalmelli committed Oct 14, 2024
1 parent 36ea34c commit 573d960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/terminal-emulators/wezterm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ rustPlatform.buildRustPackage rec {

buildFeatures = [ "distro-defaults" ];

env.NIX_LDFLAGS = lib.optionalString stdenv.hostPlatform.isDarwin "-framework System";
env.NIX_LDFLAGS = lib.optionalString stdenv.isDarwin "-U ___darwin_check_fd_set_overflow";

postInstall = ''
mkdir -p $out/nix-support
Expand Down

0 comments on commit 573d960

Please sign in to comment.