summary refs log tree commit diff
path: root/pkgs/os-specific/darwin/apple-sdk
Commit message (Collapse)AuthorAge
* treewide: Don't use envHook anymoreJohn Ericson2017-12-30
| | | | | This commits needs a MAJOR audit as I oftentimes just guessed which of `$hostOffset`, `$targetOffset`, or a fixed offset should be used.
* frameworks-coremedia: add impure dependnecy on CoreImageDaiderd Jordan2017-11-14
| | | | Fixes ffmpeg sandbox build on darwin
* Support frameworks properly in sandboxDan Peebles2017-11-08
|
* darwin-frameworks: add impure version of CoreFoundationDaiderd Jordan2017-09-23
|
* Merge pull request #28635 from ThomasMader/ldcJörg Thalheim2017-09-15
|\ | | | | Init ldc at 1.3.0, fix bootstrap dmd build, fix dtools test, run dmd-testsuite in checkPhase and fix Foundation framework
| * apple-sdk: Move cf-private first in list, otherwise the build fails because ↵Thomas Mader2017-09-02
| | | | | | | | | | | | CoreFoundation/CFAttributedString.h could not be found. The problem appeared when building ldc on Mac OSX. See also 13778.
* | darwin-frameworks: move fixup setup-hookDaiderd Jordan2017-08-28
| |
* | darwin-frameworks: use the system CF when frameworks are usedDaiderd Jordan2017-08-28
|/ | | | | This will get propagated down to other libraries loaded because everything in nixpkgs references CF based on an rpath entry.
* rtags: fix for clang/libc++ 4Dan Peebles2017-04-04
| | | | | | | | | | This also fixes a missing header in the SDK that rtags needs to work properly. The underlying cause is that C++ headers got shuffled around a lot in libc++ 3.8 (I believe) and became more standards-compliant, which led to a lot of C-compatible passthrough header files being added to it like math.h, which defines some C++-compatible versions of standard functions like signbit, while #include_next'ing the system math.h. In this case, including the SDK was stuffing another math.h in front of the libc++ shim, which led to all sorts of mysterious failures.
* Merge pull request #22571 from LnL7/darwin-frameworks-hookDaniel Peebles2017-03-15
|\ | | | | add setup-hook to fix darwin frameworks
| * darwin-frameworks: don't use pure CFDaiderd Jordan2017-03-12
| |
* | apple-sdk: 10.9 -> 10.10Dan Peebles2017-03-14
|/ | | | | | This is a slightly less ambitious version of the (now reverted) commit 377cef8d16c47df74d2653432d9bba968236c8a0, which had a bunch of issues that I don't have time to resolve right now.
* darwin: fixed eval of frameworksDaiderd Jordan2017-01-21
|
* Merge branch 'master' into stagingVladimír Čunát2016-12-22
|\
| * Revert "apple-sdk: 10.9 -> 10.11"Daiderd Jordan2016-12-20
| | | | | | | | This reverts commit 377cef8d16c47df74d2653432d9bba968236c8a0.
* | Merge remote-tracking branch 'origin/master' into stagingAristid Breitkreuz2016-12-20
|\|
| * apple-sdk: 10.9 -> 10.11Dan Peebles2016-12-19
| |
* | apple-sdk: Include system cups librariesAnthony Cowley2016-12-07
|/ | | | | | | The SDK includes cups header files, but not the libraries. The `nixpkgs.cups` definition doesn't build on darwin due to the SDK being too old. This change symlinks the system cups libraries into the old SDK.
* Merge pull request #14706 from acowley/frameworks-GLArseniy Seroka2016-04-24
|\ | | | | frameworks: GL is undefined
| * frameworks: GL is undefinedAnthony Cowley2016-04-14
| | | | | | | | The GLUT frameworks is currently a Nix evaluation error.
* | ApplicationServices: add CoreGraphics childAnthony Cowley2016-04-15
|/ | | | | | | | | The AVFoundation framework uses a relative path that presumes that CoreGraphics is a child framework of ApplicationServices. It is not in the 10.9 SDK. This patch makes it one by tweaking the framework derivation generator with special support to address this problem.
* revert to __impureHostDeps where possibleJude Taylor2015-11-25
|
* propagate nothing for Kernel.framework since it exposes no libraryJude Taylor2015-11-21
|
* reintroduce impure host deps to all derivationsJude Taylor2015-11-21
|
* switch to zero underscores for sandbox profiles; remove generateFrameworkProfileJude Taylor2015-11-21
|
* use single underscore for sandboxProfileJude Taylor2015-11-21
|
* use per-derivation sandbox profilesJude Taylor2015-11-19
|
* reduce security setup hook duplicationJude Taylor2015-10-29
|
* remove duplicate KernelJude Taylor2015-10-28
|
* wxmac: fix buildJude Taylor2015-10-28
|
* SDL: fix on darwinHenry Till2015-10-28
|
* vim: clean up arguments listJude Taylor2015-10-28
|
* clean up emacs framework dependenciesJude Taylor2015-10-28
|
* add ForceFeedback impure-depsJude Taylor2015-10-28
|
* add propagated builds where needed to darwin frameworksJude Taylor2015-10-28
|
* cf-private: prepend self to system includesJude Taylor2015-10-26
|
* in darwin sdk, copy headers rather than linking themJude Taylor2015-10-26
|
* darwin: repair QuartzCore pathsJude Taylor2015-10-22
|
* fix filepaths for darwin.security_toolJude Taylor2015-10-15
|
* propagate cf-private with AppKit; fixes emacs and othersJude Taylor2015-10-11
|
* introduce separate cf-private package to account for no CLTJude Taylor2015-10-06
|
* darwin purity: emacs-24.5-macJude Taylor2015-09-30
|
* preparation for being able to build xquartzJude Taylor2015-09-17
|
* remove 3 more outdated impure-depsJude Taylor2015-09-14
|
* Revert "apple-sdk: add El Capitan impure-deps"Jude Taylor2015-09-12
| | | | This reverts commit 3bf5d87f9efe19c441a796afc054a5f4be6e83b1.
* add new libs to impure-deps for CoreServicesJude Taylor2015-08-26
| | | | affects nodejs, vim, etc.
* apple-sdk: add El Capitan impure-depsJude Taylor2015-08-25
|
* IOKit: add 10.11-only dependencyJude Taylor2015-08-25
|
* update framework impure depsJude Taylor2015-07-11
|
* clean up propagated stuff for x509-systemJude Taylor2015-07-10
|