summary refs log tree commit diff
path: root/pkgs/stdenv/generic/setup.sh
Commit message (Expand)AuthorAge
* 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
* defaultUnpack: Preserve timestamps when copying filesEelco Dolstra2016-01-26
* 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
* Don't fail if env-vars cannot be written toWout Mertens2015-11-04
* 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: 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