about summary refs log tree commit diff
path: root/pkgs/stdenv/adapters.nix
AgeCommit message (Expand)AuthorFilesLines
2023-07-21stdenvAdapters: Remove 6 year old commentArtturin1-3/+0
2023-07-21stdenvAdapters: Fix conditionArtturin1-1/+1
2023-07-08darwin.stdenv: fix portable libsystem hook with sandboxingRandy Eckenrode1-0/+1
2023-07-03stdenvAdapters: don't use lib.optional with a listfigsoda1-1/+1
2023-06-22stdenv: fix makeStaticDarwin not composing with stdenvNoCCUri Baghin1-11/+13
2023-04-12stdenvAdapters: fix preservation of env.NIX_CFLAGS_COMPILEArtturin1-3/+3
2023-04-11stdenvAdapters: fix preservation of envArtturin1-3/+4
2023-02-23Merge staging-next into staginggithub-actions[bot]1-4/+4
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-4/+4
2023-02-17stdenvAdapters: add useMoldLinkerArtturin1-0/+22
2023-01-19treewide: add names to all setup hooksAlyssa Ross1-0/+1
2022-08-26stdenv: remove deprecated adapterspennae1-44/+0
2022-06-05stdenv/adapters.nix: Fix for overlay style argumentsRobert Hensing1-5/+5
2022-05-25treewide: stdenv.glibc -> glibcArtturin1-2/+2
2022-05-07stdenv: deprecate unused adaptersArtturin1-29/+6
2022-01-29stdenv: introduce withCFlagsmatthewcroughan1-0/+21
2021-08-20pkgsStatic: Finally obviate overlay!John Ericson1-0/+14
2021-08-19pkgsStatic: Inline more of static overlayJohn Ericson1-0/+18
2021-08-18stdenv: Fix overriding + `overrideAttrs`John Ericson1-49/+76
2021-06-11stdenv: introduce dontAddStaticConfigureFlagsAlyssa Ross1-0/+2
2021-01-27treewide: stdenv.lib -> libBen Siraphob1-1/+1
2020-04-28pkgsStatic: fix eval on DarwinJude Taylor1-2/+2
2020-01-03pkgsStatic: set BUILD_SHARED_LIBS=OFF for cmakeDmitry Kalinkin1-0/+1
2019-09-19stdenv/adapters.nix: remove static from makeStaticLibrariesMatthew Bauer1-1/+0
2019-07-24pkgsStatic: propagate all buildInputsTobias Mayer1-0/+12
2019-07-21Signal static build option in makeStaticLibrariesTobias Mayer1-0/+1
2019-05-26Merge branch 'staging-next' into stagingVladimír Čunát1-1/+1
2019-05-08static: set default_library flag for meson in makeStaticLibraryMatthew Bauer1-0/+1
2019-04-29treewide: Remove usage of isNullDaniel Schaefer1-1/+1
2018-12-14makeStaticBinaries: add a static glibc when performing a mkDerivationJames Kay1-4/+11
2018-12-04stdenv/adapters.nix: fixup makeStaticBinariesMatthew Bauer1-3/+5
2018-10-13Merge pull request #37600 from abbradar/impureusenativeYegor Timoshenko1-0/+15
2018-08-03stdenv adapter: Keep configureFlags a listJohn Ericson1-6/+7
2018-07-24makeStdenvCross: RemoveJohn Ericson1-29/+0
2018-07-24stdenv cross adapter: Use `extraNativeBuildInputs`John Ericson1-21/+12
2018-07-24stdenv: Remove crossAttrs, now that it is no longer usedJohn Ericson1-1/+1
2018-05-14stdenv cross adapter: Don't define crossConfigJohn Ericson1-2/+0
2018-04-17impureUseNativeOptimizations: add stdenv adapterNikolay Amiantov1-0/+15
2018-03-06Merge pull request #36401 from obsidiansystems/no-stdenv-cross-adapterJohn Ericson1-11/+0
2018-03-06stdenv cross adapter: Get rid if `selfNativeBuildInput`John Ericson1-11/+0
2018-02-23lib, treewide: Add missing MIPS arches, and fix existing usageDaniel Barlow1-1/+3
2018-02-13stdenv: automatically update config.sub for muslWill Dietz1-1/+1
2017-12-29stdenv cross adapter: Get rid of extra propagatation of buildInputsJohn Ericson1-10/+1
2017-09-21cross stdenv: No more native-fishing hack.John Ericson1-11/+0
2017-09-21stdenv cross adapater: Remove old `extraBuildInputs`John Ericson1-0/+1
2017-09-21stdenv cross adaptor: Add optional `overrides` parameterJohn Ericson1-5/+5
2017-09-21stdenv: Update autotools scripts on all Aarch64, not just LinuxJohn Ericson1-1/+1
2017-07-13stdenv: Move some logic from cross adapter to stdenv properJohn Ericson1-18/+1
2017-07-07top-level: {build,host,target}Platform are defined in the stdenv insteadJohn Ericson1-5/+3
2017-06-22cross stdenv adaptor: Disable checkPhase by defaultJohn Ericson1-0/+5