about summary refs log tree commit diff
path: root/pkgs/stdenv/adapters.nix
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-22cross stdenv adaptor: Support --host --build --target across the boardJohn Ericson1-7/+26
2017-06-22cross stdenv adaptor: Remove `ccCross` `binutils` attrs and binutils extra bu...John Ericson1-9/+9
2017-04-25binutilsCross: Remove and use `binutils` instead alwaysJohn Ericson1-3/+3
2017-04-24cross-stdenv: Only prune most overrides in the final stageJohn Ericson1-0/+4
2017-02-01~/.nixpkgs -> ~/.config/nixpkgsEelco Dolstra1-1/+1
2017-01-25stdenv: Add updateAutoconfGnuConfigScriptsHook for aarch64Tuomas Tynkkynen1-0/+1
2017-01-24cross-stdenv: Inline useless bindings and reindentJohn Ericson1-55/+53
2017-01-24top-level: Lay the groundwork for `{build,host,target}Platform`John Ericson1-1/+1
2017-01-24top-level: Introduce `buildPackages` for resolving build-time depsJohn Ericson1-13/+5
2016-06-20Remove more dead code: `stdenvDarwinNaked` no longer existsJohn Ericson1-7/+0
2016-06-20Remove dead code in stdenvCross adaptorJohn Ericson1-1/+0
2016-04-23stdenv on mingw: fix 64-bin DLL detection in some casesVladimír Čunát1-2/+6