about summary refs log tree commit diff
path: root/pkgs/stdenv/generic
AgeCommit message (Expand)AuthorFilesLines
2017-12-30stdenv-setup: Ease the transition with native buildsJohn Ericson1-9/+28
2017-12-30{bintools,cc}-wrapper: Fix setup hook to respect the role of the cc-compilerJohn Ericson1-0/+11
2017-12-30stdenv: Fix handling of dependencies and hooksJohn Ericson2-92/+292
2017-12-14stdenv: make knownVulnerabilities a known meta-typeGraham Christensen1-0/+1
2017-12-12stdenv: allow specifying a eval issuee handlerGraham Christensen1-5/+12
2017-12-12stdenv checkMeta: throw -> traceVladimír Čunát1-1/+1
2017-12-09stdenv: fix use of config-specified allowInsecurePredicateWill Dietz1-1/+1
2017-12-05tree-wide: fix either check-meta or meta attrs of all the packages I evaluateJan Malakhovski1-1/+2
2017-12-05stdenv/generic/check-meta: fix error message evaluationJan Malakhovski1-1/+1
2017-11-21stdenv setup: Always use both propagated filesJohn Ericson1-43/+30
2017-11-15stdenv setup: Run setup hooks and other processing after accumulating depsJohn Ericson1-8/+20
2017-10-08Get rid of most @rpath nonsense on DarwinDan Peebles1-1/+14
2017-09-26stdenv: Turn on `set -x` if NIX_DEBUG >= 6John Ericson1-0/+4
2017-09-26treewide: Use `(( "${NIX_DEBUG:-0}" >= 1) ))` consistentlyJohn Ericson1-3/+3
2017-09-18stdenv: Add back leading '-' in cross derivation name suffixJohn Ericson1-1/+1
2017-09-07genericBuild: Communicate the current build phase to NixEelco Dolstra1-0/+4
2017-09-07Remove tracePhasesEelco Dolstra1-10/+0
2017-09-03stdenv-setup: list environment variables with awkOrivej Desh1-11/+2
2017-09-03stdenv-setup: fix substituteAll with set -euOrivej Desh1-12/+17
2017-09-03mkDerivation: explain "all" in hardeningDisableOrivej Desh1-0/+1
2017-09-01mkDerivation: fix hardening flags checkOrivej Desh1-8/+7
2017-08-30mkDerivation, cc-wrapper: Check hardening flag validity in NixJohn Ericson1-0/+13
2017-08-25Merge pull request #28057 from obsidiansystems/stdenv-set-uJohn Ericson1-104/+178
2017-08-24treewide: Consistently call ARM 'arm'Tuomas Tynkkynen1-3/+1
2017-08-23stdenv-setup: Use `set -u` as much as possibleJohn Ericson1-104/+178
2017-08-18stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`John Ericson3-9/+26
2017-08-18Revert "stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuild...Tuomas Tynkkynen4-27/+15
2017-08-17Merge pull request #28174 from matthewbauer/darwin-in-releaseDaiderd Jordan1-1/+3
2017-08-15stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`John Ericson4-15/+27
2017-08-15mkDerivation: Simply NixJohn Ericson1-21/+13
2017-08-12nixpkgs release: Fix Darwin-only jobsTuomas Tynkkynen1-1/+3
2017-08-09stdenv: fix typo in setup.shLinus Heckemann1-1/+1
2017-08-07cc-wrapper: Make hygienicJohn Ericson1-0/+13
2017-07-26Merge remote-tracking branch 'upstream/master' into staging-baseJohn Ericson1-0/+1
2017-07-26stdenv-setup: Remove any `declare -g`John Ericson1-7/+4
2017-07-26stdenv-setup and misc hooks: Work with bash-3.4 for MacOS nix-shellJohn Ericson1-13/+25
2017-07-26stdenv-setup and misc pkgs: Revert to space-deliminated propagated-* filesJohn Ericson2-9/+12
2017-07-25stdenv-setup: Add quotes that don't do anything for consistency.John Ericson1-75/+75
2017-07-24stdenv/setup.sh: undo `local -n` changeDan Peebles1-4/+5
2017-07-24stdenv: Remove log nestingEelco Dolstra1-32/+4
2017-07-24Revert "stdenv: Store one package per line in nix-support/propagated-*"John Ericson2-17/+8
2017-07-15mkDerivation: Fix errors from #27365John Ericson1-2/+4
2017-07-13stdenv: Move some logic from cross adapter to stdenv properJohn Ericson1-1/+22
2017-07-13stdenv-setup: Pull out and explain 3-part printing of commandsJohn Ericson1-15/+16
2017-07-13stdenv-setup: Remove useless quotesJohn Ericson1-36/+36
2017-07-13stdenv-setup: Combine [[ .. ]] && [[ .. ]] into one [[ .. && .. ]]John Ericson1-1/+1
2017-07-12stdenv-setup: Clean up 'substitute()' for style and error handlingJohn Ericson1-35/+40
2017-07-12stdenv-setup: Misc improvements as directed by ShellCheckJohn Ericson1-48/+94
2017-07-12stdenv-setup: Make the package accumulators associative arrays instead of str...John Ericson1-15/+12
2017-07-10stdenv: Store one package per line in nix-support/propagated-*John Ericson2-8/+17