summary refs log tree commit diff
path: root/pkgs/stdenv/generic/setup.sh
Commit message (Expand)AuthorAge
* stdenv: Improve ELF detection for isELFaszlig2018-09-25
* stdenv: fix HOST_PATH changeMatthew Bauer2018-09-17
* stdenv: add shell to HOST_PATH for backwards compatibilityMatthew Bauer2018-09-16
* stdenv: implement enableParallelChecking optionJan Malakhovski2018-09-05
* stdenv/build-support: support .tbz and .txz tarballsJames Deikun2018-07-30
* setup.sh: add HOST_PATHMatthew Bauer2018-07-22
* Merge pull request #43224 from volth/patch-179Matthew Bauer2018-07-21
|\
| * substitute(): --subst-var was silently coercing to "" if the variable does no...volth2018-07-08
* | stdenv-setup: Remove superfluous check for /bin/shaszlig2018-07-09
|/
* Merge remote-tracking branch 'upstream/staging' into strictDepsJohn Ericson2018-05-14
|\
| * Merge pull request #40139 from obsidiansystems/modular-setup-hooksJohn Ericson2018-05-07
| |\
| | * stdenv: Support concatenating setup hooks from multiple parts.John Ericson2018-05-07
| * | stdenv: implement `checkTarget` and `installCheckTarget` autodetectionJan Malakhovski2018-04-25
| * | stdenv: generic/setup.sh: cleanup installPhaseJan Malakhovski2018-04-25
| * | stdenv: generic/setup.sh: simplify buildPhase Makefile checkJan Malakhovski2018-04-25
| |/
* / treewide: Get rid of all uses of crossConfigJohn Ericson2018-05-14
|/
* Handle sourceRoots with leading dashesShea Levy2018-02-15
* unpackPhase: Handle sources starting with a hyphenShea Levy2018-01-24
* stdenv: Kill off ensureDiradisbladis2018-01-09
* stdenv-setup: Ease the transition with native buildsJohn Ericson2017-12-30
* {bintools,cc}-wrapper: Fix setup hook to respect the role of the cc-compilerJohn Ericson2017-12-30
* stdenv: Fix handling of dependencies and hooksJohn Ericson2017-12-30
* stdenv setup: Always use both propagated filesJohn Ericson2017-11-21
* stdenv setup: Run setup hooks and other processing after accumulating depsJohn Ericson2017-11-15
* stdenv: Turn on `set -x` if NIX_DEBUG >= 6John Ericson2017-09-26
* treewide: Use `(( "${NIX_DEBUG:-0}" >= 1) ))` consistentlyJohn Ericson2017-09-26
* genericBuild: Communicate the current build phase to NixEelco Dolstra2017-09-07
* Remove tracePhasesEelco Dolstra2017-09-07
* stdenv-setup: list environment variables with awkOrivej Desh2017-09-03
* stdenv-setup: fix substituteAll with set -euOrivej Desh2017-09-03
* stdenv-setup: Use `set -u` as much as possibleJohn Ericson2017-08-23
* Revert "stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuild...Tuomas Tynkkynen2017-08-18
* stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`John Ericson2017-08-15
* stdenv: fix typo in setup.shLinus Heckemann2017-08-09
* cc-wrapper: Make hygienicJohn Ericson2017-08-07
* stdenv-setup: Remove any `declare -g`John Ericson2017-07-26
* stdenv-setup and misc hooks: Work with bash-3.4 for MacOS nix-shellJohn Ericson2017-07-26
* stdenv-setup and misc pkgs: Revert to space-deliminated propagated-* filesJohn Ericson2017-07-26
* stdenv-setup: Add quotes that don't do anything for consistency.John Ericson2017-07-25
* stdenv: Remove log nestingEelco Dolstra2017-07-24
* stdenv-setup: Pull out and explain 3-part printing of commandsJohn Ericson2017-07-13
* stdenv-setup: Remove useless quotesJohn Ericson2017-07-13
* stdenv-setup: Combine [[ .. ]] && [[ .. ]] into one [[ .. && .. ]]John Ericson2017-07-13
* stdenv-setup: Clean up 'substitute()' for style and error handlingJohn Ericson2017-07-12
* stdenv-setup: Misc improvements as directed by ShellCheckJohn Ericson2017-07-12
* stdenv-setup: Make the package accumulators associative arrays instead of str...John Ericson2017-07-12
* stdenv: Store one package per line in nix-support/propagated-*John Ericson2017-07-10
* stdenv, swift: Use `local fd` in is* bash functions for hygieneJohn Ericson2017-07-07
* stdenv: Harden hook runnersJohn Ericson2017-07-07
* Add a setup hook for detecting $TMPDIR references in RPATHs and wrapper scriptsEelco Dolstra2017-05-04