summary refs log tree commit diff
path: root/pkgs/stdenv/generic/setup.sh
Commit message (Expand)AuthorAge
* Ensure that errexit is honoured in hooksEelco Dolstra2015-05-13
* 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
* stdenv: Fix handling spaces in 'substitute'Nikolay Amiantov2014-10-09
* stdenv: added escaping for patchesNikolay Amiantov2014-10-09
* stdenv: fail if the patch does not existNikolay Amiantov2014-10-09
* stdenv: Put moving docs to $out/share in a separate setup hookEelco Dolstra2014-08-09
* fixupPhase: Fix making the outputs writableEelco Dolstra2014-08-09
* Allow passing arguments to hooksEelco Dolstra2014-08-09
* Remove addHookEelco Dolstra2014-08-09
* stdenv: Don't use sed to build the setup scriptEelco Dolstra2014-08-09
* stdenv: Remove the special handling of gccEelco Dolstra2014-08-09
* stdenv: Move paxmark function to paxctl's setup hookEelco Dolstra2014-08-09
* stdenv: Move unzip support to unzip's setup hookEelco Dolstra2014-08-09
* stdenv: Make unpackFile extensible via the hook mechanismEelco Dolstra2014-08-09
* unpackFile: Always copy directoriesEelco Dolstra2014-08-09
* Factor out fixup phase stuff into separate setup hooksEelco Dolstra2014-08-09
* Move RPATH shrinking from stdenv to a setup hook provided by patchelfEelco Dolstra2014-08-09
* Allow buildInputs to be regular filesEelco Dolstra2014-08-09
* Provide a hook for per-output fixupEelco Dolstra2014-08-09
* Allow multiple hooks with the same nameEelco Dolstra2014-08-09
* Set CONFIG_SHELL to stdenv.shell in the default builder, just like SHELLMichael Raskin2014-07-30
* Add a deprecation warning to ensureDirEelco Dolstra2014-06-30
* grsecurity: Add paxctl, paxmark and stdenv.needsPax to stdenvRicardo M. Correia2014-05-15
* stdenv/setup.sh: make substitute* not drop EOF newlineVladimír Čunát2014-04-02
* Merge #1901: add preFixupPhases to stdenv; for gsettingsVladimír Čunát2014-04-02
* stdenv/setup.sh: add .gz extension to links to .gz man pagesVladimír Čunát2014-01-20
* fixupPhase: Handle the case where $prefix doesn't existEelco Dolstra2014-01-17
* stdenv: In the fixupPhase, make the output writable firstEelco Dolstra2014-01-14
* Don't split paths with spacesThomas Tuegel2014-01-11
* stdenv: Prepend SHELL=... to makeFlagsEelco Dolstra2014-01-07
* Merge deterministicStdenv into the default stdenvEelco Dolstra2014-01-07
* stdenv: Fix indentationEelco Dolstra2014-01-07
* stdenv: Update commentEelco Dolstra2014-01-07
* stdenv: Revert special-casing of fixupPhaseEelco Dolstra2014-01-07
* stdenv/setup.sh: fix breakage when shebang contains '\'Bjørn Forsman2014-01-03
* stdenv/setup.sh: fix previous change...Vladimír Čunát2013-12-28
* stdenv/setup.sh: add SHELL to makeFlags (close #1354)Vladimír Čunát2013-12-27
* stdenv/patchShebangs: fix shebang checkBjørn Forsman2013-12-07