Skip to content

Commit

Permalink
zed-editor: remove darwin workaround for isysroot
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaskorz committed Oct 28, 2024
1 parent 549b778 commit 87fe655
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/by-name/ze/zed-editor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,6 @@ rustPlatform.buildRustPackage rec {
ZED_UPDATE_EXPLANATION = "Zed has been installed using Nix. Auto-updates have thus been disabled.";
# Used by `zed --version`
RELEASE_VERSION = version;
# Required until `-isysroot` can be used with libclang in nixpkgs on darwin, otherwise
# rust bindgen will not work as expected
NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isDarwin "-F${apple-sdk_15.sdkroot}/System/Library/Frameworks";
};

RUSTFLAGS = if withGLES then "--cfg gles" else "";
Expand Down

0 comments on commit 87fe655

Please sign in to comment.