summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv/generic/default.nix
AgeCommit message (Expand)Author
2024-07-13stdenv: set NIX_DONT_SET_RPATH_FOR_TARGET on DarwinRandy Eckenrode
2024-03-11make-derivation.nix: Return mkDerivation as an attributeRobert Hensing
2024-01-07treewide: simplify exec format conditionalsRyan Burns
2023-07-31Revert "stdenv: use improved strip.sh for aarch64-linux"Vladimír Čunát
2023-07-30stdenv: use improved strip.sh for aarch64-linuxVladimír Čunát
2022-12-13stdenv: sort defaultNativeBuildInputs alphabeticallyArtturin
2022-12-13stdenv: remove now unneeded linux conditionalArtturin
2022-12-13stdenv/generic: fix todoArtturin
2022-11-14stdenv.tests: Add succeedOnFailureRobert Hensing
2022-07-18Merge pull request #168590 from amjoseph-nixpkgs/stdenv-disallowedReferencesArtturi
2022-04-27config.contentAddressedByDefault: init optionArtturin
2022-04-13stdenv: use disallowedRequisites to check forbidden requisitesAdam Joseph
2021-12-27stdenv/generic: introduce shellDryRunNaïm Favier
2021-11-27stdenv: move overriden stdenv in closureVladimir Serov
2021-08-18stdenv: Fix overriding + `overrideAttrs`John Ericson
2021-06-03stdenv: remove libBen Siraphob
2021-04-28Merge pull request #120993 from regnat/easy-caJohn Ericson
2021-04-28Make the bootsrap respect the contentAddressedByDefault settingregnat
2021-04-19Merge master into staging-nextgithub-actions[bot]
2021-04-18stdenv.isBSD: reinitAlyssa Ross
2021-03-26darwin: move deployment target and sdk version to platform configAndrew Childs
2021-02-11stdenv/generic: recommend lib instead of pkgs.lib in place of stdenv.libBen Siraphob
2021-02-06stdenv/generic: allowAliases should default to true if unsetCole Helbling
2021-02-06stdenv/generic: allowAliases should default to false if unsetCole Helbling
2021-02-06stdenv/generic: allowAlises -> allowAliasesEdmund Wu
2021-01-31stdenv/generic: throw when using stdenv.lib and disallowing aliasesBen Siraphob
2021-01-31Update pkgs/stdenv/generic/default.nixBen Siraphob
2021-01-30stdenv: warn about use of inherited libBen Siraphob
2020-11-01stdenv: add -frandom-seed to NIX_CFLAGS_COMPILE for reproducibilityAndreas Rammhold
2020-09-12hooks: add moveSystemdUserUnitsHookRobert Helgesson
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