summary refs log tree commit diff
path: root/pkgs/stdenv/generic/default.nix
AgeCommit message (Expand)AuthorFilesLines
2023-07-31Revert "stdenv: use improved strip.sh for aarch64-linux"Vladimír Čunát1-4/+1
2023-07-30stdenv: use improved strip.sh for aarch64-linuxVladimír Čunát1-1/+4
2022-12-13stdenv: sort defaultNativeBuildInputs alphabeticallyArtturin1-9/+10
2022-12-13stdenv: remove now unneeded linux conditionalArtturin1-6/+0
2022-12-13stdenv/generic: fix todoArtturin1-3/+1
2022-11-14stdenv.tests: Add succeedOnFailureRobert Hensing1-0/+5
2022-07-18Merge pull request #168590 from amjoseph-nixpkgs/stdenv-disallowedReferencesArtturi1-0/+2
2022-04-27config.contentAddressedByDefault: init optionArtturin1-1/+1
2022-04-13stdenv: use disallowedRequisites to check forbidden requisitesAdam Joseph1-0/+2
2021-12-27stdenv/generic: introduce shellDryRunNaïm Favier1-1/+6
2021-11-27stdenv: move overriden stdenv in closureVladimir Serov1-6/+7
2021-08-18stdenv: Fix overriding + `overrideAttrs`John Ericson1-3/+5
2021-06-03stdenv: remove libBen Siraphob1-7/+0
2021-04-28Merge pull request #120993 from regnat/easy-caJohn Ericson1-0/+5
2021-04-28Make the bootsrap respect the contentAddressedByDefault settingregnat1-0/+5
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