about summary refs log tree commit diff
path: root/pkgs/stdenv/darwin
AgeCommit message (Expand)AuthorFilesLines
2017-09-26cc-wrapper: Use stdenvNoCC to buildJohn Ericson1-2/+2
2017-09-18darwin stdenv: cctools override needs to go away when targetPlatform changesJohn Ericson1-1/+3
2017-09-07Revert "Merge pull request #28557 from obsidiansystems/binutils-wrapper"Eelco Dolstra1-35/+20
2017-09-01binutils-wrapper: Import separately from cc-wrapperJohn Ericson1-20/+35
2017-08-31darwin-stdenv: Hack around impurity with --disable configure flagJohn Ericson1-1/+10
2017-08-31darwin-stdenv: Don't use `nativeTools`John Ericson1-3/+5
2017-08-28darwin-CF: use @rpath for library id and add an rpath entry for CF based on N...Daiderd Jordan1-0/+1
2017-08-21Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson1-6/+0
2017-08-21cc-wrapper: Remove unused paramsJohn Ericson1-6/+0
2017-08-21Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk1-66/+67
2017-08-18stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`John Ericson1-4/+11
2017-08-18Revert "stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuild...Tuomas Tynkkynen1-11/+4
2017-08-16darwin stdenv: Float `persistentN` bindings into per-stage `let`sJohn Ericson1-66/+67
2017-08-15stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`John Ericson1-4/+11
2017-08-03Merge PR #27536John Ericson1-1/+1
2017-07-31cc-wrapper: WIP linking hack for mac OSJohn Ericson1-1/+1
2017-07-25darwin stdenv: Ensure libSystem reexports the right librariesJohn Ericson2-1/+3
2017-07-11Fix Darwin stdenv to work on 10.13Dan Peebles2-7/+31
2017-07-08Merge branch 'staging' into masterDaiderd Jordan1-3/+17
2017-07-07top-level: {build,host,target}Platform are defined in the stdenv insteadJohn Ericson1-16/+8
2017-07-03cc-wrapper: simplify expandResponseParams parserOrivej Desh1-4/+4
2017-06-30cc-wrapper: improve response file parsing speedRyan Trinkle1-1/+11
2017-06-26darwin-stdenv: remove llvm/clang manpage overrides fromDaiderd Jordan1-5/+5
2017-06-22cc-wrapper: Learn about target prefixesJohn Ericson1-0/+2
2017-06-22cc-wrapper: Remove `stdenv.is*` for `targetPlatform.is*`John Ericson1-0/+2
2017-06-01darwin-stdenv: remove python-sphinx and a bunch of other dependencies from th...Daiderd Jordan1-6/+6
2017-05-28Merge pull request #26091 from LnL7/darwin-cf-10.10Daiderd Jordan1-10/+10
2017-05-28Merge pull request #25921 from dtzWill/feature/llvm-manpagesDaiderd Jordan1-1/+1
2017-05-27darwin-stdenv: use darwin.ICU instread of icuDaiderd Jordan1-10/+10
2017-05-22stdenv: define is* predicates with hostPlatform.is*John Ericson1-2/+9
2017-05-21darwin-stdenv: allow clang-unwrapped.manDaiderd Jordan1-1/+1
2017-05-05darwin.make-bootstrap-tools.test: fix build breakageDan Peebles1-2/+2
2017-04-24cross-stdenv: Only prune most overrides in the final stageJohn Ericson1-1/+4
2017-04-08darwin.make-bootstrap-tools: fix to use LLVM 4Dan Peebles1-1/+1
2017-04-07stdenv-darwin: bump to use LLVM 4.0 & new bootstrap toolsDan Peebles1-11/+13
2017-01-24top-level: Lay the groundwork for `{build,host,target}Platform`John Ericson1-4/+13
2017-01-16Add overlays mechanism to Nixpkgs.Nicolas B. Pierron1-3/+3
2017-01-13top-level: Normalize stdenv bootingJohn Ericson2-30/+36
2017-01-13top-level: Modernize stdenv.overrides giving it self and superJohn Ericson1-16/+16
2016-12-15top-level: avoid another `assert false` while we're at itJohn Ericson1-1/+1
2016-12-03top-level: Allow manually specifying a stdenv, and fix stdenv testsJohn Ericson1-4/+4
2016-12-01top-level: turn the screwJohn Ericson1-5/+5
2016-11-30top-level: Close over fewer arguments for stdenv stagesJohn Ericson1-1/+1
2016-11-30top-level: Remove cycles: stdenv calls in top-level but not vice versaJohn Ericson1-2/+3
2016-10-22Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk1-3/+53
2016-10-16darwin.stdenv: update MACOSX_DEPLOYMENT_TARGETDan Peebles1-1/+1
2016-10-15darwin.make-bootstrap-tools: Fix test targetDan Peebles1-3/+53
2016-10-14tested job: fixup evaluation after 5dadc3aVladimír Čunát1-2/+2
2016-10-13darwin.make-bootstrap-tools: fix for new stdenv setupDan Peebles1-29/+18
2016-10-12[darwin.stdenv] Fix to work on SierraDan Peebles2-8/+43