about summary refs log tree commit diff
path: root/pkgs/stdenv/generic
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'upstream/master' into staging-baseJohn Ericson2017-07-26
|\
| * stdenv/setup.sh: undo `local -n` changeDan Peebles2017-07-24
| * Revert "stdenv: Store one package per line in nix-support/propagated-*"John Ericson2017-07-24
* | stdenv-setup: Remove any `declare -g`John Ericson2017-07-26
* | stdenv-setup and misc hooks: Work with bash-3.4 for MacOS nix-shellJohn Ericson2017-07-26
* | stdenv-setup and misc pkgs: Revert to space-deliminated propagated-* filesJohn Ericson2017-07-26
* | stdenv-setup: Add quotes that don't do anything for consistency.John Ericson2017-07-25
* | stdenv: Remove log nestingEelco Dolstra2017-07-24
* | mkDerivation: Fix errors from #27365John Ericson2017-07-15
* | stdenv: Move some logic from cross adapter to stdenv properJohn Ericson2017-07-13
* | stdenv-setup: Pull out and explain 3-part printing of commandsJohn Ericson2017-07-13
* | stdenv-setup: Remove useless quotesJohn Ericson2017-07-13
* | stdenv-setup: Combine [[ .. ]] && [[ .. ]] into one [[ .. && .. ]]John Ericson2017-07-13
* | stdenv-setup: Clean up 'substitute()' for style and error handlingJohn Ericson2017-07-12
* | stdenv-setup: Misc improvements as directed by ShellCheckJohn Ericson2017-07-12
* | stdenv-setup: Make the package accumulators associative arrays instead of str...John Ericson2017-07-12
|/
* stdenv: Store one package per line in nix-support/propagated-*John Ericson2017-07-10
* stdenv: Stop reversing the list of sandbox stuffJohn Ericson2017-07-10
* stdenv: Make separate-debug-info.sh a `nativeBuildInput`John Ericson2017-07-10
* Merge branch 'master' into stagingVladimír Čunát2017-07-09
|\
| * top-level: {build,host,target}Platform are defined in the stdenv insteadJohn Ericson2017-07-07
| * stdenv: Have mkDerivation pull the "extra" arguments from stdenv insteadJohn Ericson2017-07-07
| * stdenv: Conservatively move `mkDerivation` into it's own fileJohn Ericson2017-07-07
| * stdenv: separate all meta-checking code (~200 lines)Vladimír Čunát2017-07-07
| * lib.lists.mutuallyExclusive: add functionVladimír Čunát2017-07-07
| * stdenv: simple refactor to get rid of pos'Vladimír Čunát2017-07-07
| * stdenv: refactor (no change in semantics)Vladimír Čunát2017-07-07
* | stdenv, swift: Use `local fd` in is* bash functions for hygieneJohn Ericson2017-07-07
* | stdenv: Harden hook runnersJohn Ericson2017-07-07
|/
* stdenv: Simplify dependency codeJohn Ericson2017-06-29
* Merge branch 'master' into stagingVladimír Čunát2017-05-24
|\
| * stdenv: Rename `isGNU` to `isHurd` as GNU is a userlandJohn Ericson2017-05-22
| * stdenv: define is* predicates with hostPlatform.is*John Ericson2017-05-22
| * lib: Infer `libc` field of platform if not specifiedJohn Ericson2017-05-22
* | stdenv: disable audit-tmpdir on non-Linux for nowVladimír Čunát2017-05-06
* | Add a setup hook for detecting $TMPDIR references in RPATHs and wrapper scriptsEelco Dolstra2017-05-04
|/
* Merge pull request #25427 from aneeshusa/fix-meta-priority-typesDomen Kožar2017-05-02
|\
| * stdenv: More useful error message on bad meta attrsAneesh Agrawal2017-05-02
* | stdenv: disable checkMeta by default until issues resolvedDan Peebles2017-05-01
|/
* stdenv-generic: add meta attributes checksEric Sagnes2017-04-29
* treewide: fix the remaining issues with meta attributesDan Peebles2017-04-29
* treewide: fix assorted issues revealed by the meta checkerDan Peebles2017-04-28
* stdenv-generic: add meta attribute checkingDan Peebles2017-04-28
* mkDerivation: Don't pass buildInputs to stdenv builder in nativeBuildInputsTuomas Tynkkynen2017-03-02
* nixpkgs: allow packages to be marked insecureGraham Christensen2017-02-24
* Revert "nixpkgs: allow packages to be marked insecure"Graham Christensen2017-02-23
* nixpkgs: allow packages to be marked insecureGraham Christensen2017-02-17
* ~/.nixpkgs -> ~/.config/nixpkgsEelco Dolstra2017-02-01
* stdenv: make is64bit evaluate true on aarch64Tuomas Tynkkynen2017-01-29
* stdenv: Bringup aarch64 architecture supportTuomas Tynkkynen2017-01-25