summary refs log tree commit diff
path: root/pkgs/stdenv/generic/default.nix
AgeCommit message (Expand)AuthorFilesLines
2021-04-19Merge master into staging-nextgithub-actions[bot]1-1/+1
2021-04-18stdenv.isBSD: reinitAlyssa Ross1-1/+1
2021-03-26darwin: move deployment target and sdk version to platform configAndrew Childs1-0/+2
2021-02-11stdenv/generic: recommend lib instead of pkgs.lib in place of stdenv.libBen Siraphob1-2/+2
2021-02-06stdenv/generic: allowAliases should default to true if unsetCole Helbling1-2/+2
2021-02-06stdenv/generic: allowAliases should default to false if unsetCole Helbling1-1/+1
2021-02-06stdenv/generic: allowAlises -> allowAliasesEdmund Wu1-1/+1
2021-01-31stdenv/generic: throw when using stdenv.lib and disallowing aliasesBen Siraphob1-2/+2
2021-01-31Update pkgs/stdenv/generic/default.nixBen Siraphob1-5/+5
2021-01-30stdenv: warn about use of inherited libBen Siraphob1-3/+6
2020-11-01stdenv: add -frandom-seed to NIX_CFLAGS_COMPILE for reproducibilityAndreas Rammhold1-0/+1
2020-09-12hooks: add moveSystemdUserUnitsHookRobert Helgesson1-1/+4
2020-07-11stdenv: correctly make `stdenv.system` refer to the host platformBen Wolsieffer1-2/+5
2020-05-12*-wrapper; Switch from `infixSalt` to `suffixSalt`John Ericson1-2/+2
2020-02-05stdenv: Remove isArm (use isAarch32 instead)Chuck1-3/+0
2020-01-15stdenv: make symlinks that refer to the same output relativeAndreas Rammhold1-0/+1
2019-11-25stdenv: Introduce hasCC attributeJohn Ericson1-3/+13
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-04-23stdenv, compiler-rt: Compress WASI conditionalsJohn Ericson1-4/+1
2019-04-23wasm: init cross targetMatthew Bauer1-0/+3
2019-01-11stdenv: prune libtool files by default (#51767)Orivej Desh (NixOS)1-0/+1
2019-01-06add generic x86_32 support (#52634)Daniel Goertzen1-1/+3
2018-12-22treewide: remove paxutils from stdenvJörg Thalheim1-3/+0
2018-12-09stdenv: prune libtool files by defaultPiotr Bogdan1-0/+1
2018-09-06top-level, stdenv: Make `system` and `stdenv.system` describe the hostPlatform.John Ericson1-0/+3
2018-09-05stdenv, neovim: Use `lib.warn` for deprecation warningsJohn Ericson1-1/+1
2018-08-31stdenv: Better message for deprecated `isArm`John Ericson1-1/+3
2018-08-28hurd: cleanup unmaintained targetJörg Thalheim1-1/+1
2018-08-02treewide: Remove stdenv.isCrossJohn Ericson1-2/+0
2018-05-23stdenv: Avoid targetPlatform.isDarwin causing a mass rebuildJohn Ericson1-3/+8
2018-05-07stdenv: Put back isArm, with deprecation notice.John Ericson1-0/+1
2018-04-25treewide: isArm -> isAarch32John Ericson1-1/+1
2018-02-24libgcrypt: Fix cross-compilationShea Levy1-0/+2
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