summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv/native/default.nix
AgeCommit message (Expand)Author
2019-01-02stdenv/native: add missing argumentAndrew Dunham
2018-12-04stdenv: implement crossOverlaysMatthew Bauer
2018-07-20[bot] treewide: remove unused 'inherit' in let blocksvolth
2018-04-14Fix stdenv-native by creating a bintools wrapper with similar settingsSander van der Burg
2018-02-18fetchurl: cleanup, better errorsJan Malakhovski
2017-09-26cc-wrapper: Use stdenvNoCC to buildJohn Ericson
2017-08-18stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`John Ericson
2017-08-18Revert "stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuild...Tuomas Tynkkynen
2017-08-15stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`John Ericson
2017-07-07top-level: {build,host,target}Platform are defined in the stdenv insteadJohn Ericson
2017-06-26stdenv: remove leftover 'system' referenceDavid McFarland
2017-06-22cc-wrapper: Learn about target prefixesJohn Ericson
2017-06-22cc-wrapper: Remove `stdenv.is*` for `targetPlatform.is*`John Ericson
2017-05-22stdenv: define is* predicates with hostPlatform.is*John Ericson
2017-01-24top-level: Lay the groundwork for `{build,host,target}Platform`John Ericson
2017-01-16Add overlays mechanism to Nixpkgs.Nicolas B. Pierron
2017-01-13top-level: Normalize stdenv bootingJohn Ericson
2017-01-13top-level: Modernize stdenv.overrides giving it self and superJohn Ericson
2016-12-01top-level: turn the screwJohn Ericson
2016-11-30top-level: Close over fewer arguments for stdenv stagesJohn Ericson
2016-11-30top-level: Remove cycles: stdenv calls in top-level but not vice versaJohn Ericson
2016-10-27top-level: Make `stdenv/default.nix` more concise with `inherit (expr) id;` s...John Ericson
2016-03-24cc-wrapper: add option to skip flags for native optimizationsNikolay Amiantov
2015-06-15Don't include /no-such-path in buildInputsEelco Dolstra
2015-05-28cygwin: stdenvFlorian Friesdorf
2015-03-23Remove unused fileEelco Dolstra
2015-01-14rename gcc-wrapper to cc-wrapper.Eric Seidel
2014-12-27I think this should fix the evaluation errors in hydraDaniel Peebles
2014-11-04Set SDKROOT etc. in stdenvNativeEelco Dolstra
2014-09-23gcc-wrapper: Remove NIX_GCC_NEEDS_GREPEelco Dolstra
2013-02-28Add SmartOS native GCC path.Danny Wilson
2013-02-28Attempt at getting GCC 4.7 compiled on Illumos...Danny Wilson
2012-12-28Add an option ‘stdenv.userHook’ to set a global stdenv setup hookEelco Dolstra
2012-11-29Remove support for the obsolete powerpc-darwin and i686-darwin platformsEelco Dolstra
2012-01-20* Call all the stdenvs "stdenv" (rather than e.g. "stdenv-linux")Eelco Dolstra
2012-01-19* Build ‘xz’ during the stdenvNative bootstrap, since we really can'tEelco Dolstra
2012-01-19* Prepend the "prehook" rather than sourcing it.Eelco Dolstra
2011-12-12* Sync with the trunk.Eelco Dolstra
2011-12-12* Remove the NIX_STRIP_DEBUG flag. It was undocumented and confusingEelco Dolstra
2011-11-21* /bin and /usr/bin are the same on OpenSolaris so theEelco Dolstra
2011-11-21* i386-sunos -> i686-solaris.Eelco Dolstra
2011-11-18* On FreeBSD, bash is usually installed in /usr/local.Eelco Dolstra
2010-05-03Move "fetchurl restricted" code to requireFile.Yury G. Kudryashov
2010-04-30Add support for restricted downloadsYury G. Kudryashov
2010-02-10* Revert r19795 to fix builds on FreeBSD.Eelco Dolstra
2010-02-08* Revert r19814 and r19815 because they break OpenBSD and FreeBSD inEelco Dolstra
2010-02-04Added all necessary aliases to match the Linux stdenv as closely as possible ...Sander van der Burg
2010-02-03Added all necessary aliases to match the Linux stdenv as closely as possible ...Sander van der Burg
2009-11-26add support for x86_64-darwinRob Vermaas
2009-10-16Added empty lineSander van der Burg