summary refs log tree commit diff
path: root/pkgs/stdenv
Commit message (Expand)AuthorAge
* Merge commit 'refs/pull/14907/head' of git://github.com/NixOS/nixpkgs into st...Nikolay Amiantov2016-04-25
|\
| * doc/stdenv.xml document substitution env variablesProfpatsch2016-04-23
| * setup.hs: substitute uses only valid bash namesProfpatsch2016-04-23
* | stdenv: clarify how `outputsToInstall` is chosenNikolay Amiantov2016-04-25
* | add get* helper functions and mass-replace manual outputs search with themNikolay Amiantov2016-04-25
|/
* bootstrap-tools-linux: Use tar without aclAlexander Ried2016-04-18
* bootstrap-tools-linux: Qualify all multi-output packagesAlexander Ried2016-04-18
* stdenv-darwin: fix buildDan Peebles2016-04-16
* Merge branch 'master' into closure-sizeVladimír Čunát2016-04-10
|\
| * Merge commit 'bde820' from stagingTuomas Tynkkynen2016-04-06
| |\
| * | useOldCXXAbi: Change into a setup hookEelco Dolstra2016-04-01
| * | stdenvAdapters.useOldCXXAbi: add new adapterNikolay Amiantov2016-03-31
* | | Merge #12653: rework default outputsVladimír Čunát2016-04-07
|\ \ \
| * | | buildEnv: respect meta.outputsToInstallVladimír Čunát2016-04-07
| * | | stdenv: set meta.outputsToInstall unless overriddenVladimír Čunát2016-04-07
* | | | Merge 'staging' into closure-sizeVladimír Čunát2016-04-07
|\ \ \ \
| * | | | stdenv-linux: Update bootstrap toolsEelco Dolstra2016-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
|\| |
| * | Merge remote-tracking branch 'origin/staging'Domen Kožar2016-03-27
| |\ \
| | * | cc-wrapper: add option to skip flags for native optimizationsNikolay Amiantov2016-03-24
| | * | stdenv-darwin: Fix dependency on bootstrapToolsEelco Dolstra2016-03-23
| | * | stdenv: don't overwrite $NIX_ENFORCE_PURITY settingTim Cuthbertson2016-03-13
| | * | Merge remote-tracking branch 'origin/gcc-5' into stagingEelco Dolstra2016-03-11
| | |\ \
| | | * | Switch to GCC 5Eelco Dolstra2016-02-28
| | * | | Merge remote-tracking branch 'origin/binutils-2.26' into stagingEelco Dolstra2016-03-11
| | |\ \ \
| | | * | | stdenv-linux: Ensure binutils comes before bootstrapTools in $PATHEelco Dolstra2016-02-28
| | | * | | stdenv-linux: Avoid building m4/bison twiceEelco Dolstra2016-02-28
| | | |/ /
| | * | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2016-03-06
| | |\ \ \
| | * | | | Don't apply patchelf to itselfEelco Dolstra2016-03-03
| | * | | | make-bootstrap-tools: fix #13629: glibc problemsVladimír Čunát2016-03-03
| | * | | | Move testBootstrapTools to make-bootstrap-tools.nixEelco Dolstra2016-03-03
| | | |/ / | | |/| |
| * | | | ARM stdenv: Update bootstrap toolsTuomas Tynkkynen2016-03-17
| * | | | Replace references to all-packages.nix, by references to the top-level of nix...Nicolas B. Pierron2016-03-13
| | |/ / | |/| |
* | | | Merge #13950: move ncurses utilities to $outVladimír Čunát2016-03-16
|\ \ \ \ | |_|_|/ |/| | |
| * | | ncurses: combine $lib and $out outputsThomas Tuegel2016-03-08
* | | | make-bootstrap-tools: fix evaluation error on DarwinThomas Tuegel2016-03-11
|/ / /
* | | Merge master into closure-sizeVladimír Čunát2016-03-08
|\| |
| * | make-bootstrap-tools: fix #13629: glibc problemsVladimír Čunát2016-03-03
| * | Fix "nix" stdenv (close #13554)Danny Wilson2016-02-28
| |/
| * fetchurlBoot: Use Nix's builtin fetchurl functionEelco Dolstra2016-02-27
| * stdenv: set SSL_CERT_FILE only if it isn't alreadyNikolay Amiantov2016-02-25
| * stdenvLinux: Use bash instead of sh from bootstrapToolsEelco Dolstra2016-02-24
| * Don't try to apply patchelf to non-ELF binariesEelco Dolstra2016-02-18
| * bootstrap tools: have curl without http2 supportVladimír Čunát2016-02-17
| * stdenv: accept wider range of $configureScript optionsVladimír Čunát2016-02-03
| * Move setting $SSL_CERT_FILE to stdenvEelco Dolstra2016-02-03
* | stdenv-darwin: fix to work with multiple outputsDan Peebles2016-02-13
* | Merge #12779: Mass replace `pkg}/bin`-style stringsVladimír Čunát2016-02-03
|\ \
| * | treewide: Mass replace 'bzip2}/bin' to refer the 'bin' outputTuomas Tynkkynen2016-02-01