summary refs log tree commit diff
path: root/pkgs/stdenv/generic/setup.sh
Commit message (Expand)AuthorAge
* 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
* mkDerivation: Don't pass buildInputs to stdenv builder in nativeBuildInputsTuomas Tynkkynen2017-03-02
* stdenv stripHash(): fixup after #19324Vladimír Čunát2016-10-12
* stdenv/stripHash: print to stdout, not to variableProfpatsch2016-10-11
* stdenv: leave SSL_CERT_FILE in shells (#15571)Nikolay Amiantov2016-09-01
* Tweak error messageEelco Dolstra2016-08-26
* stdenv substitute: fail on non-existant input fileRobin Gloster2016-08-26
* pkgs.runCommand: passAsFile (buildCommand can be very long)Domen Kožar2016-06-10
* stdenv: fix paxmarkJoachim Fasting2016-05-27
* stdenv setup.sh: revert most of changes around #14907Vladimír Čunát2016-05-12
* stdenv substituteAll: use yet another implementationVladimír Čunát2016-05-08
* stdenv substituteAll: use more robust codeVladimír Čunát2016-05-07
* doc/stdenv.xml document substitution env variablesProfpatsch2016-04-23
* setup.hs: substitute uses only valid bash namesProfpatsch2016-04-23
* Merge 'staging' into closure-sizeVladimír Čunát2016-04-07
|\
| * stdenv: don't complain about configure script not existingCharles Strahan2016-04-02
* | Merge branch 'master' into closure-sizeVladimír Čunát2016-04-01
|\|