NixOS / darwin-stubs

Text API (TAPI) files to support a pure build environment on macOS in nixpkgs.
15 stars 8 forks source link

Remove framework prelinking #8

Closed thefloweringash closed 2 years ago

thefloweringash commented 2 years ago

See nixpkgs PR for full context: https://github.com/NixOS/nixpkgs/pull/182094

The stubs here were preprocessed so they could be rewritten via substituteAll. I made a more comprehensive tool (thefloweringash/rewrite-tbd) for directly ingesting unmodified files, and I want to remove the old way from nixpkgs.

thefloweringash commented 2 years ago

Going to merge this to unblock the nixpkgs pr.