summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/apple-source-releases/Libm/default.nix
Commit message (Collapse)AuthorAge
* darwin.Libm: add missing function declarationsRandy Eckenrode2023-10-21
| | | | | | | | The patch in this commit is based on the SDK header, which has an ASPL license header even though the updated header is not part of the source distribution of Libm. Adding the missing declarations allows packages such as jq, Ruby, and Guile to build without requiring an SDK that is not built from the source releases.
* darwin packages: Get ready for crossJohn Ericson2021-05-11
| | | | | | | | If things build fine with `stdenvNoCC`, let them use that. If tools might be prefixed, prepare for that, either by directly splicing or just using the env vars provided by the wrapper setup-hooks. Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: Remove phasesMatthew Justin Bauer2018-05-06
|
* Add a big bundle of packages from apple source releases. Many of them only ↵Dan Peebles2015-02-08
provide headers or stubs, but are what's needed for the upcoming pure-darwin stdenv, and don't do any harm for now.