about summary refs log tree commit diff
path: root/pkgs/stdenv/generic
AgeCommit message (Expand)AuthorFilesLines
2017-07-10stdenv: Store one package per line in nix-support/propagated-*John Ericson2-8/+17
2017-07-10stdenv: Stop reversing the list of sandbox stuffJohn Ericson1-5/+4
2017-07-10stdenv: Make separate-debug-info.sh a `nativeBuildInput`John Ericson1-5/+3
2017-07-09Merge branch 'master' into stagingVladimír Čunát3-346/+386
2017-07-07top-level: {build,host,target}Platform are defined in the stdenv insteadJohn Ericson2-24/+39
2017-07-07stdenv: Have mkDerivation pull the "extra" arguments from stdenv insteadJohn Ericson2-10/+6
2017-07-07stdenv: Conservatively move `mkDerivation` into it's own fileJohn Ericson2-152/+168
2017-07-07stdenv: separate all meta-checking code (~200 lines)Vladimír Čunát2-196/+212
2017-07-07lib.lists.mutuallyExclusive: add functionVladimír Čunát1-6/+1
2017-07-07stdenv: simple refactor to get rid of pos'Vladimír Čunát1-14/+9
2017-07-07stdenv: refactor (no change in semantics)Vladimír Čunát1-34/+41
2017-07-07stdenv, swift: Use `local fd` in is* bash functions for hygieneJohn Ericson1-0/+2
2017-07-07stdenv: Harden hook runnersJohn Ericson1-4/+6
2017-06-29stdenv: Simplify dependency codeJohn Ericson1-36/+33
2017-05-24Merge branch 'master' into stagingVladimír Čunát1-51/+17
2017-05-22stdenv: Rename `isGNU` to `isHurd` as GNU is a userlandJohn Ericson1-5/+2
2017-05-22stdenv: define is* predicates with hostPlatform.is*John Ericson1-48/+20
2017-05-22lib: Infer `libc` field of platform if not specifiedJohn Ericson1-3/+0
2017-05-06stdenv: disable audit-tmpdir on non-Linux for nowVladimír Čunát1-1/+5
2017-05-04Add a setup hook for detecting $TMPDIR references in RPATHs and wrapper scriptsEelco Dolstra2-0/+13
2017-05-02Merge pull request #25427 from aneeshusa/fix-meta-priority-typesDomen Kožar1-1/+1
2017-05-02stdenv: More useful error message on bad meta attrsAneesh Agrawal1-1/+1
2017-05-01stdenv: disable checkMeta by default until issues resolvedDan Peebles1-1/+3
2017-04-29stdenv-generic: add meta attributes checksEric Sagnes1-0/+2
2017-04-29treewide: fix the remaining issues with meta attributesDan Peebles1-1/+4
2017-04-28treewide: fix assorted issues revealed by the meta checkerDan Peebles1-2/+6
2017-04-28stdenv-generic: add meta attribute checkingDan Peebles1-0/+31
2017-03-02mkDerivation: Don't pass buildInputs to stdenv builder in nativeBuildInputsTuomas Tynkkynen2-20/+41
2017-02-24nixpkgs: allow packages to be marked insecureGraham Christensen1-12/+60
2017-02-23Revert "nixpkgs: allow packages to be marked insecure"Graham Christensen1-60/+12
2017-02-17nixpkgs: allow packages to be marked insecureGraham Christensen1-12/+60
2017-02-01~/.nixpkgs -> ~/.config/nixpkgsEelco Dolstra1-1/+1
2017-01-29stdenv: make is64bit evaluate true on aarch64Tuomas Tynkkynen1-0/+1
2017-01-25stdenv: Bringup aarch64 architecture supportTuomas Tynkkynen1-0/+2
2017-01-24top-level: Introduce `buildPackages` for resolving build-time depsJohn Ericson1-1/+13
2017-01-13top-level: Modernize stdenv.overrides giving it self and superJohn Ericson1-1/+1
2016-11-16allowUnfree: mention the solution that works for nix-shell as wellDomen Kožar1-1/+1
2016-10-30Merge pull request #18660 from aneeshusa/add-override-attrsDomen Kožar1-0/+1
2016-10-24Merge pull request #19769 from groxxda/licenseJoachim F1-1/+1
2016-10-22stdenv: throwEvalHelp performance (#19779)Alexander Ried1-2/+1
2016-10-22stdenv.hasLicense: ? supports nested lookupAlexander Ried1-1/+1
2016-10-12stdenv stripHash(): fixup after #19324Vladimír Čunát1-5/+5
2016-10-11stdenv/stripHash: print to stdout, not to variableProfpatsch1-1/+1
2016-10-02mkDerivation: add overrideAttrs functionAneesh Agrawal1-0/+1
2016-09-18stdenv.mkDerivation: add comments w/ manual links (#18707)Chris Martin1-2/+10
2016-09-01stdenv: leave SSL_CERT_FILE in shells (#15571)Nikolay Amiantov1-1/+2
2016-08-29stdenv.mkDerivation: Use chooseDevOutputsTuomas Tynkkynen1-9/+13
2016-08-29Merge remote-tracking branch 'upstream/master' into stagingRobin Gloster1-1/+4
2016-08-28stdenv: Add platformsTuomas Tynkkynen1-1/+4
2016-08-26Tweak error messageEelco Dolstra1-1/+1