summary refs log tree commit diff
path: root/pkgs/stdenv/generic
Commit message (Expand)AuthorAge
* Merge branch 'ericson2314-cross-master' into stagingJohn Ericson2018-01-16
|\
| * Merge #33057: stdenv meta checks: make them lazyVladimír Čunát2018-01-14
| |\
| | * stdenv: provide `meta.name`Jan Malakhovski2018-01-14
| | * stdenv: hide `name` under `check-meta` assertJan Malakhovski2018-01-14
| | * stdenv: implement `config.checkMetaRecursively`Jan Malakhovski2018-01-14
| | * stdenv: provide `meta.evaluates`Jan Malakhovski2018-01-14
| | * stdenv: change some indentJan Malakhovski2018-01-14
| | * stdenv: perform checks only when evaluating .drv and .outJan Malakhovski2018-01-03
* | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-01-14
|\| |
| * | Merge pull request #33670 from obsidiansystems/cross-checkJohn Ericson2018-01-09
| |\ \
| | * | stdenv: Fix doCheck and doInstallCheck logicJohn Ericson2018-01-09
| * | | Merge pull request #33603 from obsidiansystems/cross-checkJohn Ericson2018-01-09
| |\| |
| | * | stdenv: Force `doCheck` and `doInstallCheck` to be false when we are cross co...John Ericson2018-01-09
| | |/
| * / schedulingPriority should be an int, fix check-meta type and in-tree useWill Dietz2018-01-09
| |/
* / stdenv: Kill off ensureDiradisbladis2018-01-09
|/
* stdenv-setup: Ease the transition with native buildsJohn Ericson2017-12-30
* {bintools,cc}-wrapper: Fix setup hook to respect the role of the cc-compilerJohn Ericson2017-12-30
* stdenv: Fix handling of dependencies and hooksJohn Ericson2017-12-30
* stdenv: make knownVulnerabilities a known meta-typeGraham Christensen2017-12-14
* stdenv: allow specifying a eval issuee handlerGraham Christensen2017-12-12
* stdenv checkMeta: throw -> traceVladimír Čunát2017-12-12
* stdenv: fix use of config-specified allowInsecurePredicateWill Dietz2017-12-09
* tree-wide: fix either check-meta or meta attrs of all the packages I evaluateJan Malakhovski2017-12-05
* stdenv/generic/check-meta: fix error message evaluationJan Malakhovski2017-12-05
* stdenv setup: Always use both propagated filesJohn Ericson2017-11-21
* stdenv setup: Run setup hooks and other processing after accumulating depsJohn Ericson2017-11-15
* Get rid of most @rpath nonsense on DarwinDan Peebles2017-10-08
* stdenv: Turn on `set -x` if NIX_DEBUG >= 6John Ericson2017-09-26
* treewide: Use `(( "${NIX_DEBUG:-0}" >= 1) ))` consistentlyJohn Ericson2017-09-26
* stdenv: Add back leading '-' in cross derivation name suffixJohn Ericson2017-09-18
* genericBuild: Communicate the current build phase to NixEelco Dolstra2017-09-07
* Remove tracePhasesEelco Dolstra2017-09-07
* stdenv-setup: list environment variables with awkOrivej Desh2017-09-03
* stdenv-setup: fix substituteAll with set -euOrivej Desh2017-09-03
* mkDerivation: explain "all" in hardeningDisableOrivej Desh2017-09-03
* mkDerivation: fix hardening flags checkOrivej Desh2017-09-01
* mkDerivation, cc-wrapper: Check hardening flag validity in NixJohn Ericson2017-08-30
* Merge pull request #28057 from obsidiansystems/stdenv-set-uJohn Ericson2017-08-25
|\
| * stdenv-setup: Use `set -u` as much as possibleJohn Ericson2017-08-23
* | treewide: Consistently call ARM 'arm'Tuomas Tynkkynen2017-08-24
|/
* stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`John Ericson2017-08-18
* Revert "stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuild...Tuomas Tynkkynen2017-08-18
* Merge pull request #28174 from matthewbauer/darwin-in-releaseDaiderd Jordan2017-08-17
|\
| * nixpkgs release: Fix Darwin-only jobsTuomas Tynkkynen2017-08-12
* | stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`John Ericson2017-08-15
* | mkDerivation: Simply NixJohn Ericson2017-08-15
|/
* stdenv: fix typo in setup.shLinus Heckemann2017-08-09
* cc-wrapper: Make hygienicJohn Ericson2017-08-07
* Merge remote-tracking branch 'upstream/master' into staging-baseJohn Ericson2017-07-26
|\
| * stdenv/setup.sh: undo `local -n` changeDan Peebles2017-07-24