about summary refs log tree commit diff
path: root/pkgs/stdenv/generic/setup.sh
Commit message (Expand)AuthorAge
* 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
|\|
| * stdenv-linux: Ensure binutils comes before bootstrapTools in $PATHEelco Dolstra2016-02-28
* | Merge master into closure-sizeVladimír Čunát2016-03-08
|\|
| * stdenv: set SSL_CERT_FILE only if it isn't alreadyNikolay Amiantov2016-02-25
| * Don't try to apply patchelf to non-ELF binariesEelco Dolstra2016-02-18
| * stdenv: accept wider range of $configureScript optionsVladimír Čunát2016-02-03
| * Move setting $SSL_CERT_FILE to stdenvEelco Dolstra2016-02-03
* | Merge recent 'staging' into closure-sizeVladimír Čunát2016-02-03
|\|
| * defaultUnpack: Preserve timestamps when copying filesEelco Dolstra2016-01-26
* | Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-19
|\|
| * Set a fallback default value for SOURCE_DATE_EPOCHEelco Dolstra2016-01-05
| * stdenv/setup.sh: don't skip post-hooks (close #12032)Vladimír Čunát2016-01-05
* | Merge staging into closure-sizeVladimír Čunát2015-11-20
|\|
| * Don't fail if env-vars cannot be written toWout Mertens2015-11-04
* | Merge commit staging+systemd into closure-sizeVladimír Čunát2015-10-03
|\|
| * Force Nixpkgs rebuildEelco Dolstra2015-08-03
| * Barf on non-existant build inputsEelco Dolstra2015-06-15
| * Define closeNest before exitHandlerEelco Dolstra2015-06-15
| * Ensure that errexit is honoured in hooksEelco Dolstra2015-05-13
* | stdenv multiple-outputs: change propagation rulesVladimír Čunát2015-04-18
* | Merge 'staging' into closure-sizeVladimír Čunát2015-04-18
|\|
| * stdenv: Substitute correctly chmods instead of .tmp which never existsWilliam A. Kennington III2015-03-26
| * substitute: Fix "No such file or directory" message on DarwinEelco Dolstra2015-03-24
| * Merge pull request #5714 from vcunat/p/stdenv-substWout Mertens2015-01-23
| |\
| | * stdenv substitute: avoid using a temporary fileVladimír Čunát2015-01-13
| * | stdenv: Remove redundant "building ..." messageEelco Dolstra2015-01-12
| |/
| * Merge remote-tracking branch 'origin/bash-4.3' into stagingEelco Dolstra2014-11-16
| |\
| | * Ensure a correct value for $BASHEelco Dolstra2014-11-10
| | * substituteAll: Enumerate environment variables more reliablyEelco Dolstra2014-11-10
| * | stdenv: Statically include the default build inputsEelco Dolstra2014-11-06
| * | Fix running preHookEelco Dolstra2014-11-06
| |/
| * stdenv: Prevent issues like #4266Wout Mertens2014-10-31
| * stdenv: Use "pipefail" in setup.shNikolay Amiantov2014-10-10
| * stdenv: change 'echo -n' to 'printf "%s"'Nikolay Amiantov2014-10-09