summary refs log tree commit diff
path: root/pkgs/stdenv/generic/default.nix
Commit message (Expand)AuthorAge
* stdenv: remove libBen Siraphob2021-06-03
* Merge pull request #120993 from regnat/easy-caJohn Ericson2021-04-28
|\
| * Make the bootsrap respect the contentAddressedByDefault settingregnat2021-04-28
* | Merge master into staging-nextgithub-actions[bot]2021-04-19
|\|
| * stdenv.isBSD: reinitAlyssa Ross2021-04-18
* | darwin: move deployment target and sdk version to platform configAndrew Childs2021-03-26
|/
* stdenv/generic: recommend lib instead of pkgs.lib in place of stdenv.libBen Siraphob2021-02-11
* stdenv/generic: allowAliases should default to true if unsetCole Helbling2021-02-06
* stdenv/generic: allowAliases should default to false if unsetCole Helbling2021-02-06
* stdenv/generic: allowAlises -> allowAliasesEdmund Wu2021-02-06
* stdenv/generic: throw when using stdenv.lib and disallowing aliasesBen Siraphob2021-01-31
* Update pkgs/stdenv/generic/default.nixBen Siraphob2021-01-31
* stdenv: warn about use of inherited libBen Siraphob2021-01-30
* stdenv: add -frandom-seed to NIX_CFLAGS_COMPILE for reproducibilityAndreas Rammhold2020-11-01
* hooks: add moveSystemdUserUnitsHookRobert Helgesson2020-09-12
* stdenv: correctly make `stdenv.system` refer to the host platformBen Wolsieffer2020-07-11
* *-wrapper; Switch from `infixSalt` to `suffixSalt`John Ericson2020-05-12
* stdenv: Remove isArm (use isAarch32 instead)Chuck2020-02-05
* stdenv: make symlinks that refer to the same output relativeAndreas Rammhold2020-01-15
* stdenv: Introduce hasCC attributeJohn Ericson2019-11-25
* treewide: remove redundant recvolth2019-08-28
* stdenv, compiler-rt: Compress WASI conditionalsJohn Ericson2019-04-23
* wasm: init cross targetMatthew Bauer2019-04-23
* stdenv: prune libtool files by default (#51767)Orivej Desh (NixOS)2019-01-11
|\
| * stdenv: prune libtool files by defaultPiotr Bogdan2018-12-09
* | add generic x86_32 support (#52634)Daniel Goertzen2019-01-06
* | treewide: remove paxutils from stdenvJörg Thalheim2018-12-22
|/
* top-level, stdenv: Make `system` and `stdenv.system` describe the hostPlatform.John Ericson2018-09-06
* stdenv, neovim: Use `lib.warn` for deprecation warningsJohn Ericson2018-09-05
* stdenv: Better message for deprecated `isArm`John Ericson2018-08-31
* hurd: cleanup unmaintained targetJörg Thalheim2018-08-28
* treewide: Remove stdenv.isCrossJohn Ericson2018-08-02
* stdenv: Avoid targetPlatform.isDarwin causing a mass rebuildJohn Ericson2018-05-23
* stdenv: Put back isArm, with deprecation notice.John Ericson2018-05-07
* treewide: isArm -> isAarch32John Ericson2018-04-25
* libgcrypt: Fix cross-compilationShea Levy2018-02-24
* Get rid of most @rpath nonsense on DarwinDan Peebles2017-10-08
* treewide: Consistently call ARM 'arm'Tuomas Tynkkynen2017-08-24
* stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`John Ericson2017-08-18
* Revert "stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuild...Tuomas Tynkkynen2017-08-18
* stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`John Ericson2017-08-15
* 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: Simplify dependency codeJohn Ericson2017-06-29
* Merge branch 'master' into stagingVladimír Čunát2017-05-24
|\