summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv/native
AgeCommit message (Expand)Author
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-04Script I used to derive the aliases on OpenBSDSander van der Burg
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
2009-10-16FreeBSD uses GNU sed nowSander van der Burg
2009-10-16The BSD platforms now use GNU tar by defaultSander van der Burg
2009-10-16Added some NetBSD support to the native stdenv componentSander van der Burg
2009-09-30Added Solaris support to the stdenvSander van der Burg
2009-09-23Added more aliases to GNU tools, since the BSD userspace is sometimes too poo...Sander van der Burg
2009-09-23Added initial OpenBSD support to the stdenvSander van der Burg
2009-02-02* Fix stdenvNative/stdenvNix.Eelco Dolstra
2008-06-18* Folded the Cygwin, powerpc-darwin and FreeBSD stdenv into the "native"Eelco Dolstra
2006-10-24* gcc-wrapper: separately store the flags necessary to find GCC andEelco Dolstra
2006-05-31* Fix stdenv-native.Eelco Dolstra
2005-05-10* Use /bin/bash, not /bin/sh, since we really do need bash.Eelco Dolstra
2004-03-30* Finally we have a working stdenvLinux again.Eelco Dolstra
2004-03-29* Remove trivial builders.Eelco Dolstra