summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv/nix
AgeCommit message (Expand)Author
2021-04-21stdenv/{native,nix}: add lib to cc-wrapper argsTaeer Bar-Yam
2018-12-04stdenv: implement crossOverlaysMatthew Bauer
2017-09-26cc-wrapper: Use stdenvNoCC to buildJohn Ericson
2017-08-21cc-wrapper: Remove unused paramsJohn Ericson
2017-07-07top-level: {build,host,target}Platform are defined in the stdenv insteadJohn Ericson
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-13top-level: Normalize stdenv bootingJohn Ericson
2017-01-13top-level: Modernize stdenv.overrides giving it self and superJohn Ericson
2016-03-24cc-wrapper: add option to skip flags for native optimizationsNikolay Amiantov
2016-03-13stdenv: don't overwrite $NIX_ENFORCE_PURITY settingTim Cuthbertson
2016-02-28Fix "nix" stdenv (close #13554)Danny Wilson
2015-05-11add is{GNU,Clang} attrs to cc-wrapper.Eric Seidel
2015-01-14rename gcc-wrapper to cc-wrapper.Eric Seidel
2014-11-04Remove dead codeEelco Dolstra
2014-08-09Prevent an unnecessary evaluation of libEelco Dolstra
2014-07-28DohEelco Dolstra
2014-07-28Export SDKROOTEelco Dolstra
2014-07-24$xcodePath -> $SDKROOTEelco Dolstra
2014-07-23stdenv-darwin: Shut up some warnings from SDK headersEelco Dolstra
2014-07-02Set MACOSX_DEPLOYMENT_TARGETEelco Dolstra
2014-07-01Darwin: Search for libraries in $sdk/usr/libEelco Dolstra
2014-07-01Darwin: Use xcrun to get the path to the SDKEelco Dolstra
2014-05-29Change stdenv on darwin to not set NIX_ENFORCE_PURITYJohn Wiegley
2013-02-28GCC 4.7.2 + updated libraries compiles on Illumos/SmartOS!Danny Wilson
2012-12-28Remove trailing whitespaceEelco Dolstra
2012-12-28Add an option ‘stdenv.userHook’ to set a global stdenv setup hookEelco Dolstra
2012-04-23Darwin: Use GCC 4.6 in `stdenvNix'.Ludovic Courtès
2012-01-20* Call all the stdenvs "stdenv" (rather than e.g. "stdenv-linux")Eelco Dolstra
2012-01-19* Reuse packages in the Darwin stdenv to prevent unnecessary rebuilds.Eelco Dolstra
2012-01-19* Prepend the "prehook" rather than sourcing it.Eelco Dolstra
2011-12-12* Remove the NIX_STRIP_DEBUG flag. It was undocumented and confusingEelco Dolstra
2009-12-10Updating from trunk.Lluís Batlle i Rossell
2009-11-27changes for x86_64-darwin supportRob Vermaas
2009-11-20Trying to fix the stdenv used on i686-darwin, which stopped working after myLluís Batlle i Rossell
2009-06-10 * xargsFlag empty on darwinRob Vermaas
2009-02-02* Fix stdenvNative/stdenvNix.Eelco Dolstra
2008-06-18* Folded the Cygwin, powerpc-darwin and FreeBSD stdenv into the "native"Eelco Dolstra
2008-05-27* curl: build with OpenSSL (https) support by default.Eelco Dolstra
2008-02-21svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10814Eelco Dolstra
2006-10-24* gcc-wrapper: separately store the flags necessary to find GCC andEelco Dolstra
2006-10-17* `drv + /path' is deprecated, so don't do that anymore.Eelco Dolstra
2006-08-09* Don't use the subpath operator (~) anymore, it's subsumed by normalEelco Dolstra
2006-07-20* Pass along realCurl.Eelco Dolstra
2006-07-14* On Darwin, use Apple's gcc fork.Eelco Dolstra
2006-07-14* Doh!Eelco Dolstra
2006-07-14* Better stdenv for Darwin: uses gcc, coreutils etc. built in Nix, butEelco Dolstra
2006-07-14* Reviving stdenvNix.Eelco Dolstra