summary refs log tree commit diff
path: root/pkgs/os-specific/darwin
Commit message (Collapse)AuthorAge
* Merge branch 'master' into staging-nextVladimír Čunát2020-01-08
|\ | | | | | | The nss rebuild isn't so small.
| * keepassxc: fix darwin buildsqualus2020-01-08
| | | | | | | | | | | | | | - Removed the unnecessary libmicrohttpd dependency, which doesn't build on macOS. KeepassXC removed this dependency in 2.1.2 - Fixed a compiler error related to the Touch ID feature by adding a dependency on the LocalAuthentication framework
| * reattach-to-user-namespace: 2.7 -> 2.8Greg Pevnev2020-01-08
| | | | | | | | Add macOS Catalina (10.15) "support".
* | Merge pull request #74284 from matthewbauer/ios-with-xcode-11Matthew Bauer2020-01-03
|\ \ | |/ |/| Update iOS for XCode 11
| * Merge remote-tracking branch 'origin/master' into ios-with-xcode-11Matthew Bauer2020-01-03
| |\
| * | cctools: fixup gnu-config detectionMatthew Bauer2020-01-03
| | |
| * | cctools: only add libtool on native buildsMatthew Bauer2020-01-03
| | | | | | | | | | | | | | | | | | libtool is not really needed and it interferes with updateAutotoolsGnuConfigScriptsHook. So remove it when cross-compiling, but leave it in native to preserve hashes.
| * | lib/systems: use newer ios sdkMatthew Bauer2020-01-03
| | |
| * | xcode: don’t use libstdc++ on iOSMatthew Bauer2020-01-03
| | | | | | | | | | | | Apple no longer ships with it, so best to avoid forcing it into use.
| * | xcode: Add more hashes, and fix some old onesJohn Ericson2020-01-03
| | |
* | | darwin: use dontUnpack instead of phasesRobin Gloster2019-12-31
| | |
* | | treewide: structured attrs fixesRobin Gloster2019-12-31
| | |
* | | treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
| |/ |/|
* | darwin.CF: fix retry condition (close PR #75528)Daiderd Jordan2019-12-12
| | | | | | | | | | | | Using a function in an if condition when set -e is set doesn't seem to break out or return false which means the workaround from 41ca86129fa18278758e177d1821351dc608d24c never gets triggered.
* | apple_sdk: broken link update (#73984)Denis Redozubov2019-11-27
| |
* | cctools: fixup gnu-config detectionMatthew Bauer2019-11-27
| | | | | | | | | | | | Use autoreconfHook instead of preConfigure autogen.sh. This avoids getting the bad version of the gnu-config script and makes the newish iOS triples work.
* | cctools: readd ld-rpath-nonfinal patchMatthew Bauer2019-11-27
| | | | | | | | | | This patch is needed to build ghc, which adds -rpath flags for some reason. Updated patch for newest cctools and reapplied.
* | Merge remote-tracking branch 'origin/staging' into ↵Matthew Bauer2019-11-25
|\ \ | | | | | | | | | dnicponski/scratch/update_darwin_cctools
| * \ Merge pull request #74065 from Ericson2314/cc-versionsJohn Ericson2019-11-24
| |\ \ | | | | | | | | compilers, binutils: Add version and pname
| | * | cctools, darwin biutils: Use pname and versionJohn Ericson2019-11-24
| | |/
* | | cctools: only add libtool on native buildsMatthew Bauer2019-11-25
| | | | | | | | | | | | | | | | | | libtool is not really needed and it interferes with updateAutotoolsGnuConfigScriptsHook. So remove it when cross-compiling, but leave it in native to preserve hashes.
* | | libtapi: bump to 1000.10.8Matthew Bauer2019-11-25
| | |
* | | darwin.cctools: 895 -> 927.0.2Dave Nicponski2019-11-19
|/ / | | | | | | | | Update the version of `cctools` on darwin. The older version fails to work on some modern packages, such as `bazel 1.1`.
* | darwin.CF: workaround intermittent CFRuntime.c failuresDaiderd Jordan2019-11-17
| | | | | | | | | | | | | | | | Based on testing this issue seems to only occur with clang_7, so we should be able to revert this when the default llvm versions are updated. Fixes #66811
* | apple-sdk setup hooks: NIX_CFLAGS_COMPILE may be undefinedJohn Ericson2019-11-08
| |
* | darwin private frameworks setup hook: NIX_CFLAGS_COMPILE may be undefinedJohn Ericson2019-11-08
| |
* | osxsnarf: init at 0.1.0Jason Felice2019-10-30
| |
* | treewide: fix string escapesvolth2019-09-16
| |
* | wifi-password: init at 0.1.0 (#68373)Nikita Voloboev2019-09-10
|/ | | | | | | | * wifi-password: init at 0.1.0 * Apply suggestions from code review Co-Authored-By: symphorien <symphorien@users.noreply.github.com>
* treewide: remove redundant recvolth2019-08-28
|
* Merge staging-next into stagingFrederik Rietdijk2019-08-28
|\
| * Merge master into staging-nextFrederik Rietdijk2019-08-27
| |\
| | * darwin.network_cmds: pin to openssl 1.0.2Robin Gloster2019-08-26
| | |
* | | treewide: remove redundant quotesvolth2019-08-26
|/ /
* | Merge staging-next into stagingFrederik Rietdijk2019-08-17
|\|
| * darwin.adv_cmds: Fix fetchzip call by using https not http (#64546)Robert Winslow2019-08-14
| |
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Merge staging-next into stagingFrederik Rietdijk2019-07-09
|\
| * smimesign: init at v0.0.13Eric Norris2019-07-04
| |
* | darwin.trash: remove cf-privateDaiderd Jordan2019-07-03
| |
* | darwin-frameworks: add import CoreFoundation to CoreServicesDaiderd Jordan2019-07-03
| |
* | darwin-frameworks: replace cf-private and move it's setup-hookDaiderd Jordan2019-07-03
| | | | | | | | | | | | The only remaining use-case for cf-private are symbols that are not available in the opensource build. This generally solved the problem because of it's setup-hook.
* | darwin-frameworks: remove CFDaiderd Jordan2019-07-03
|/ | | | | | | CoreFoundation is included by the stdenv, moving the decision of what version should be used there makes it possible to override it entirely rather then prepending flags like cf-private does which can be unreliable.
* Merge pull request #63707 from matthewbauer/fix-63043Matthew Bauer2019-06-23
|\ | | | | Qt5 + Darwin fixes
| * apple-sdk: add MetalKitMatthew Bauer2019-06-23
| |
* | Merge pull request #63051 from marsam/init-noahMario Rodas2019-06-22
|\ \ | |/ |/| noah: init at 0.5.1
| * noah: init at 0.5.1Mario Rodas2019-06-12
| |
* | treewide: remove unused variables (#63177)volth2019-06-16
|/ | | | | | * treewide: remove unused variables * making ofborg happy
* Merge pull request #62684 from bdesham/trash-0.9.2Matthew Bauer2019-06-11
|\ | | | | trash: 0.9.1 -> 0.9.2
| * trash: 0.9.1 -> 0.9.2Benjamin Esham2019-06-04
| |