summary refs log tree commit diff
path: root/pkgs/stdenv
AgeCommit message (Expand)AuthorFilesLines
2017-08-03Merge PR #27536John Ericson1-1/+1
2017-07-31cc-wrapper: WIP linking hack for mac OSJohn Ericson1-1/+1
2017-07-26Merge remote-tracking branch 'upstream/master' into staging-baseJohn Ericson1-0/+1
2017-07-26stdenv-setup: Remove any `declare -g`John Ericson1-7/+4
2017-07-26stdenv-setup and misc hooks: Work with bash-3.4 for MacOS nix-shellJohn Ericson1-13/+25
2017-07-26stdenv-setup and misc pkgs: Revert to space-deliminated propagated-* filesJohn Ericson2-9/+12
2017-07-25stdenv-setup: Add quotes that don't do anything for consistency.John Ericson1-75/+75
2017-07-25darwin stdenv: Ensure libSystem reexports the right librariesJohn Ericson2-1/+3
2017-07-24stdenv/setup.sh: undo `local -n` changeDan Peebles1-4/+5
2017-07-24stdenv: Remove log nestingEelco Dolstra1-32/+4
2017-07-24Revert "stdenv: Store one package per line in nix-support/propagated-*"John Ericson2-17/+8
2017-07-18Merge pull request #27318 from copumpkin/darwin-high-sierraDaniel Peebles2-7/+31
2017-07-15mkDerivation: Fix errors from #27365John Ericson1-2/+4
2017-07-13stdenv: Move some logic from cross adapter to stdenv properJohn Ericson2-19/+23
2017-07-13stdenv-setup: Pull out and explain 3-part printing of commandsJohn Ericson1-15/+16
2017-07-13stdenv-setup: Remove useless quotesJohn Ericson1-36/+36
2017-07-13stdenv-setup: Combine [[ .. ]] && [[ .. ]] into one [[ .. && .. ]]John Ericson1-1/+1
2017-07-12stdenv-setup: Clean up 'substitute()' for style and error handlingJohn Ericson1-35/+40
2017-07-12stdenv-setup: Misc improvements as directed by ShellCheckJohn Ericson1-48/+94
2017-07-12stdenv-setup: Make the package accumulators associative arrays instead of str...John Ericson1-15/+12
2017-07-11Fix Darwin stdenv to work on 10.13Dan Peebles2-7/+31
2017-07-10stdenv: Store one package per line in nix-support/propagated-*John Ericson2-8/+17
2017-07-10stdenv: Stop reversing the list of sandbox stuffJohn Ericson1-5/+4
2017-07-10stdenv: Make separate-debug-info.sh a `nativeBuildInput`John Ericson1-5/+3
2017-07-09Merge branch 'master' into stagingVladimír Čunát11-403/+426
2017-07-08Merge branch 'staging' into masterDaiderd Jordan2-3/+27
2017-07-07top-level: {build,host,target}Platform are defined in the stdenv insteadJohn Ericson10-89/+79
2017-07-07Merge pull request #27215 from obsidiansystems/stdenv-hardenJohn Ericson1-4/+8
2017-07-07stdenv: Have mkDerivation pull the "extra" arguments from stdenv insteadJohn Ericson2-10/+6
2017-07-07stdenv: Conservatively move `mkDerivation` into it's own fileJohn Ericson2-152/+168
2017-07-07stdenv: separate all meta-checking code (~200 lines)Vladimír Čunát2-196/+212
2017-07-07lib.lists.mutuallyExclusive: add functionVladimír Čunát1-6/+1
2017-07-07stdenv: simple refactor to get rid of pos'Vladimír Čunát1-14/+9
2017-07-07stdenv: refactor (no change in semantics)Vladimír Čunát1-34/+41
2017-07-07stdenv, swift: Use `local fd` in is* bash functions for hygieneJohn Ericson1-0/+2
2017-07-07stdenv: Harden hook runnersJohn Ericson1-4/+6
2017-07-05Merge pull request #26974 from obsidiansystems/response-file-parsing-speedRyan Trinkle2-3/+19
2017-07-05Merge branch 'staging'Vladimír Čunát4-12/+12
2017-07-04stdenv / booter: imap -> imap1Tim Steinbach1-1/+1
2017-07-03cc-wrapper: simplify expandResponseParams parserOrivej Desh1-4/+4
2017-06-30cc-wrapper: improve response file parsing speedRyan Trinkle2-1/+17
2017-06-29Merge accepted cross compilation PRs into stagingJohn Ericson1-36/+33
2017-06-29stdenv: Simplify dependency codeJohn Ericson1-36/+33
2017-06-26Merge pull request #26818 from LnL7/llvm-manpagesDaiderd Jordan1-5/+5
2017-06-26darwin-stdenv: remove llvm/clang manpage overrides fromDaiderd Jordan1-5/+5
2017-06-26stdenv: remove leftover 'system' referenceDavid McFarland1-1/+1
2017-06-26cygwin: rebase fixesDavid McFarland2-6/+6
2017-06-22cross stdenv adaptor: Disable checkPhase by defaultJohn Ericson1-0/+5
2017-06-22cross stdenv adaptor: Support --host --build --target across the boardJohn Ericson2-13/+35
2017-06-22cross stdenv adaptor: Remove `ccCross` `binutils` attrs and binutils extra bu...John Ericson3-19/+15