summary refs log tree commit diff
path: root/pkgs/stdenv/generic/default.nix
AgeCommit message (Expand)AuthorFilesLines
2017-10-08Get rid of most @rpath nonsense on DarwinDan Peebles1-1/+14
2017-08-24treewide: Consistently call ARM 'arm'Tuomas Tynkkynen1-3/+1
2017-08-18stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`John Ericson1-5/+13
2017-08-18Revert "stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuild...Tuomas Tynkkynen1-13/+5
2017-08-15stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`John Ericson1-5/+13
2017-07-07top-level: {build,host,target}Platform are defined in the stdenv insteadJohn Ericson1-14/+31
2017-07-07stdenv: Have mkDerivation pull the "extra" arguments from stdenv insteadJohn Ericson1-3/+2
2017-07-07stdenv: Conservatively move `mkDerivation` into it's own fileJohn Ericson1-152/+13
2017-07-07stdenv: separate all meta-checking code (~200 lines)Vladimír Čunát1-196/+15
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-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 Dolstra1-0/+1
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 Tynkkynen1-5/+3
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-02mkDerivation: add overrideAttrs functionAneesh Agrawal1-0/+1
2016-09-18stdenv.mkDerivation: add comments w/ manual links (#18707)Chris Martin1-2/+10
2016-08-29stdenv.mkDerivation: Use chooseDevOutputsTuomas Tynkkynen1-9/+13
2016-08-28stdenv: Add platformsTuomas Tynkkynen1-1/+4
2016-05-05Merge #14920: windows improvements, mainly mingwVladimír Čunát1-1/+7
2016-04-25stdenv: clarify how `outputsToInstall` is chosenNikolay Amiantov1-1/+1
2016-04-25add get* helper functions and mass-replace manual outputs search with themNikolay Amiantov1-1/+1
2016-04-23stdenv for windows: auto-link dependency DLLsVladimír Čunát1-1/+7
2016-04-07buildEnv: respect meta.outputsToInstallVladimír Čunát1-0/+3
2016-04-07stdenv: set meta.outputsToInstall unless overriddenVladimír Čunát1-6/+16