summary refs log tree commit diff
path: root/pkgs/stdenv/generic/setup.sh
Commit message (Expand)AuthorAge
* Merge pull request #108102 from matthewbauer/bash-version-checkSandro2021-06-24
|\
| * stdenv/setup.sh: Add version check to setup scriptMatthew Bauer2021-06-23
* | stdenv: ignore duplicates in addToSearchPath (#113800)Vincenzo Mantova2021-03-13
* | stdenv: mute errors when failing to write env-varstv2021-01-05
|/
* setup.sh: export XDG_DATA_DIRS for consistencyRobert Hensing2020-11-25
* setup.sh: Only load XDG_DATA_DIRS for executable inputsRobert Hensing2020-11-25
* setup.sh: Support XDG_DATA_DIRSRobert Hensing2020-11-25
* stdenv: Fix error message when checkPhase is missingJoachim Breitner2020-11-07
* stdenv: set SOURCE_DATE_EPOCH to a value python supportsJörg Thalheim2020-06-08
* setup.sh: add dontPatchworldofpeace2020-04-12
* generic/setup.sh: allow clobbering env-vars fileMatthew Bauer2020-04-09
* setup.sh: rewrite stripHashLily Ballard2019-11-12
* stdenv: Don't unset propagated*DepFiles before main phasesJohn Ericson2019-11-05
* Merge pull request #69603 from matthewbauer/unset-unused-setup-varMatthew Bauer2019-11-05
|\
| * generic/setup.sh: Unset locally defined variablesMatthew Bauer2019-09-26
* | stdenv: Don't stop `set -u`-ingJohn Ericson2019-11-01
* | Merge pull request #69028 from matthewbauer/remove-iselfexec-iselfdynMatthew Bauer2019-09-20
|\ \
| * | Revert "setup.sh introduce isELFExec, isELFDyn"Matthew Bauer2019-09-18
| |/
* | setup.sh: avoid subshells: iterating a fileAlbert Safin2019-09-20
* | setup.sh: avoid subshells: type -t in _callImplicitHookAlbert Safin2019-09-20
* | setup.sh: avoid subshells: mapOffsetAlbert Safin2019-09-20
* | setup.sh: avoid subshells: type -tAlbert Safin2019-09-20
* | setup.sh: avoid subshells: shopt -po nounsetAlbert Safin2019-09-19
|/
* setup.sh introduce isELFExec, isELFDynFlorian Klink2019-08-17
* setup.sh: add dontUnpackworldofpeace2019-07-01
* setup.sh: add dontConfigureworldofpeace2019-07-01
* stdenv: also override cert files in pure nix-shellVladimír Čunát2019-05-09
* stdenv, cacert: consider $NIX_SSL_CERT_FILE in hooksVladimír Čunát2019-05-09
* setup.sh: make sure initialPath goes at end of HOST_PATHMatthew Bauer2019-04-26
* Merge pull request #49552 from matthewbauer/setup-dedupeMatthew Bauer2019-01-27
|\
| * setup.sh: avoid running the same hook twiceMatthew Bauer2019-01-27
* | setup.sh: put SHELL in flagsArrayMatthew Bauer2019-01-26
* | treewide: remove paxutils from stdenvJörg Thalheim2018-12-22
* | Revert "patch-shebangs: use --build for auto patch shebangs"Daiderd Jordan2018-11-14
* | Merge pull request #35304 from volth/patch-97Matthew Bauer2018-11-12
|\ \
| * | substituteStream(): print warning if nothing donevolth2018-07-10
* | | patch-shebangs: use --build for auto patch shebangsMatthew Bauer2018-11-02
| |/ |/|
* | 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