summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv/generic/default.nix
AgeCommit message (Expand)Author
2020-07-11stdenv: correctly make `stdenv.system` refer to the host platformBen Wolsieffer
2020-05-12*-wrapper; Switch from `infixSalt` to `suffixSalt`John Ericson
2020-02-05stdenv: Remove isArm (use isAarch32 instead)Chuck
2020-01-15stdenv: make symlinks that refer to the same output relativeAndreas Rammhold
2019-11-25stdenv: Introduce hasCC attributeJohn Ericson
2019-08-28treewide: remove redundant recvolth
2019-04-23stdenv, compiler-rt: Compress WASI conditionalsJohn Ericson
2019-04-23wasm: init cross targetMatthew Bauer
2019-01-11stdenv: prune libtool files by default (#51767)Orivej Desh (NixOS)
2019-01-06add generic x86_32 support (#52634)Daniel Goertzen
2018-12-22treewide: remove paxutils from stdenvJörg Thalheim
2018-12-09stdenv: prune libtool files by defaultPiotr Bogdan
2018-09-06top-level, stdenv: Make `system` and `stdenv.system` describe the hostPlatform.John Ericson
2018-09-05stdenv, neovim: Use `lib.warn` for deprecation warningsJohn Ericson
2018-08-31stdenv: Better message for deprecated `isArm`John Ericson
2018-08-28hurd: cleanup unmaintained targetJörg Thalheim
2018-08-02treewide: Remove stdenv.isCrossJohn Ericson
2018-05-23stdenv: Avoid targetPlatform.isDarwin causing a mass rebuildJohn Ericson
2018-05-07stdenv: Put back isArm, with deprecation notice.John Ericson
2018-04-25treewide: isArm -> isAarch32John Ericson
2018-02-24libgcrypt: Fix cross-compilationShea Levy
2017-10-08Get rid of most @rpath nonsense on DarwinDan Peebles
2017-08-24treewide: Consistently call ARM 'arm'Tuomas Tynkkynen
2017-08-18stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`John Ericson
2017-08-18Revert "stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuild...Tuomas Tynkkynen
2017-08-15stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`John Ericson
2017-07-07top-level: {build,host,target}Platform are defined in the stdenv insteadJohn Ericson
2017-07-07stdenv: Have mkDerivation pull the "extra" arguments from stdenv insteadJohn Ericson
2017-07-07stdenv: Conservatively move `mkDerivation` into it's own fileJohn Ericson
2017-07-07stdenv: separate all meta-checking code (~200 lines)Vladimír Čunát
2017-07-07lib.lists.mutuallyExclusive: add functionVladimír Čunát
2017-07-07stdenv: simple refactor to get rid of pos'Vladimír Čunát
2017-07-07stdenv: refactor (no change in semantics)Vladimír Čunát
2017-06-29stdenv: Simplify dependency codeJohn Ericson
2017-05-24Merge branch 'master' into stagingVladimír Čunát
2017-05-22stdenv: Rename `isGNU` to `isHurd` as GNU is a userlandJohn Ericson
2017-05-22stdenv: define is* predicates with hostPlatform.is*John Ericson
2017-05-22lib: Infer `libc` field of platform if not specifiedJohn Ericson
2017-05-06stdenv: disable audit-tmpdir on non-Linux for nowVladimír Čunát
2017-05-04Add a setup hook for detecting $TMPDIR references in RPATHs and wrapper scriptsEelco Dolstra
2017-05-02Merge pull request #25427 from aneeshusa/fix-meta-priority-typesDomen Kožar
2017-05-02stdenv: More useful error message on bad meta attrsAneesh Agrawal
2017-05-01stdenv: disable checkMeta by default until issues resolvedDan Peebles
2017-04-29stdenv-generic: add meta attributes checksEric Sagnes
2017-04-29treewide: fix the remaining issues with meta attributesDan Peebles
2017-04-28treewide: fix assorted issues revealed by the meta checkerDan Peebles
2017-04-28stdenv-generic: add meta attribute checkingDan Peebles
2017-03-02mkDerivation: Don't pass buildInputs to stdenv builder in nativeBuildInputsTuomas Tynkkynen
2017-02-24nixpkgs: allow packages to be marked insecureGraham Christensen
2017-02-23Revert "nixpkgs: allow packages to be marked insecure"Graham Christensen