summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv/adapters.nix
AgeCommit message (Expand)Author
2017-02-01~/.nixpkgs -> ~/.config/nixpkgsEelco Dolstra
2017-01-25stdenv: Add updateAutoconfGnuConfigScriptsHook for aarch64Tuomas Tynkkynen
2017-01-24cross-stdenv: Inline useless bindings and reindentJohn Ericson
2017-01-24top-level: Lay the groundwork for `{build,host,target}Platform`John Ericson
2017-01-24top-level: Introduce `buildPackages` for resolving build-time depsJohn Ericson
2016-06-20Remove more dead code: `stdenvDarwinNaked` no longer existsJohn Ericson
2016-06-20Remove dead code in stdenvCross adaptorJohn Ericson
2016-04-23stdenv on mingw: fix 64-bin DLL detection in some casesVladimír Čunát
2016-04-01useOldCXXAbi: Change into a setup hookEelco Dolstra
2016-03-31stdenvAdapters.useOldCXXAbi: add new adapterNikolay Amiantov
2015-08-10enableDebugging: use more suitable gcc flagsVladimír Čunát
2015-05-04useGoldLinker: Fix appending to $NIX_CFLAGS_LINKEelco Dolstra
2015-02-05Fix cross compiling regression due to gcc->cc renaming.Ambroz Bizjak
2015-01-14rename gcc-wrapper to cc-wrapper.Eric Seidel
2014-12-26Restore accidentally-dropped stdenv adapterShea Levy
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley
2014-11-16Merge remote-tracking branch 'origin/glibc-2.20' into stagingEelco Dolstra
2014-11-12useGoldLinker: Don't set dontStripEelco Dolstra
2014-10-29Remove obsolete useKlibc stdenv adapterEelco Dolstra
2014-10-29Remove obsolete useDietLibC stdenv adapterEelco Dolstra
2014-10-10gcc-wrapper: Wrap ld.goldEelco Dolstra
2014-10-09Merge remote-tracking branch 'origin/staging' into darwin-clang-stdenvEelco Dolstra
2014-10-06stdenv-linux: Turn allowedRequisites back onEelco Dolstra
2014-09-09fix even more clang buildsJoel Taylor
2014-04-22Typo/commentEelco Dolstra
2014-03-03Move generation of coverage reports from nixos/lib/testing to releaseToolsEelco Dolstra
2014-02-05Turn the coverage analysis stdenv adapters into setup hooksEelco Dolstra
2014-02-05addCoverageInstrumentation: Set NIX_CFLAGS_COMPILE as an attributeEelco Dolstra
2014-02-05Apply makeOverridable to stdenvEelco Dolstra
2014-02-05Add a stdenv adapter ‘useGoldLinker’ to force use of GoldEelco Dolstra
2012-12-28More renamesEelco Dolstra
2012-12-28More random cleanupEelco Dolstra
2012-12-28Random cleanup: use "or" in adapters.nixEelco Dolstra
2012-12-28Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra
2012-12-28Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra
2012-10-31Add a stdenv adapter ‘keepDebugInfo’ to make a debug buildEelco Dolstra
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra
2011-12-14* Streamline the stdenv bootstrap and resulting closure by removingEelco Dolstra
2011-11-20validateLicenses: Warn about derivations lacking licensing information.Ludovic Courtès
2011-11-20stdenv adapters: Use `toString' instead of `exprToString'.Ludovic Courtès
2011-10-19Bootstrap clang with itselfShea Levy
2011-07-01* Typo.Eelco Dolstra
2011-01-20* makeStaticBinaries: handle the case where configureFlags isEelco Dolstra
2010-11-30Making the addCoverageInformation stdenv adapter better in the sense that itLluís Batlle i Rossell
2010-08-07Updating from trunkLluís Batlle i Rossell
2010-08-06TyposYury G. Kudryashov
2010-03-06Making gcc cross-buildable, at least for glibc.Lluís Batlle i Rossell
2010-03-04Fixing the cross build stdenv adapter so it tolerates buildInputs with 'null'...Lluís Batlle i Rossell
2010-02-27Adding a new special attribute for mkDerivation: crossAttrs. It sits next toLluís Batlle i Rossell
2010-01-26* Fix splashutils.Eelco Dolstra