aboutsummaryrefslogtreecommitdiff
path: root/pkgs/stdenv/native (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-25stdenv/native: provide patchelf on linuxMatthew Bauer1-4/+5
2019-08-26treewide: remove redundant quotesvolth1-2/+2
2019-01-02stdenv/native: add missing argumentAndrew Dunham1-1/+1
2018-12-13stdenv: implement crossOverlaysMatthew Bauer1-1/+1
2018-12-04stdenv: implement crossOverlaysMatthew Bauer1-1/+1
2018-07-20[bot] treewide: remove unused 'inherit' in let blocksvolth1-1/+1
2018-04-14Fix stdenv-native by creating a bintools wrapper with similar settingsSander van der Burg1-4/+13
2018-02-18fetchurl: cleanup, better errorsJan Malakhovski1-1/+1
2017-09-26cc-wrapper: Use stdenvNoCC to buildJohn Ericson1-1/+2
2017-08-18stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`John Ericson1-4/+4
2017-08-18Revert "stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuild...Tuomas Tynkkynen1-4/+4
2017-08-15stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`John Ericson1-4/+4
2017-07-07top-level: {build,host,target}Platform are defined in the stdenv insteadJohn Ericson1-8/+1
2017-06-26stdenv: remove leftover 'system' referenceDavid McFarland1-1/+1
2017-06-22cc-wrapper: Learn about target prefixesJohn Ericson1-0/+1
2017-06-22cc-wrapper: Remove `stdenv.is*` for `targetPlatform.is*`John Ericson1-0/+1
2017-05-22stdenv: define is* predicates with hostPlatform.is*John Ericson1-0/+3
2017-01-24top-level: Lay the groundwork for `{build,host,target}Platform`John Ericson1-3/+10
2017-01-16Add overlays mechanism to Nixpkgs.Nicolas B. Pierron1-3/+3
2017-01-13top-level: Normalize stdenv bootingJohn Ericson1-40/+44
2017-01-13top-level: Modernize stdenv.overrides giving it self and superJohn Ericson1-2/+2
2016-12-01top-level: turn the screwJohn Ericson1-2/+6
2016-11-30top-level: Close over fewer arguments for stdenv stagesJohn Ericson1-1/+1
2016-11-30top-level: Remove cycles: stdenv calls in top-level but not vice versaJohn Ericson1-1/+2
2016-10-27top-level: Make `stdenv/default.nix` more concise with `inherit (expr) id;` s...John Ericson1-1/+1
2016-03-24cc-wrapper: add option to skip flags for native optimizationsNikolay Amiantov1-0/+1
2016-01-01FreeBSD: undo removal of Solaris and remove changes to native stdenv now that...janus1-94/+0
2016-01-01FreeBSD: use own stdenv, do not run libtiff tests, use PIC for zlibjanus1-2/+0
2016-01-01FreeBSD: use clang37janus1-0/+2
2016-01-01FreeBSD patches for GNU m4, stdenv, miniupnpcjanus1-0/+94
2015-06-15Don't include /no-such-path in buildInputsEelco Dolstra1-1/+1
2015-05-28cygwin: stdenvFlorian Friesdorf1-5/+18
2015-03-23Remove unused fileEelco Dolstra1-8/+0
2015-01-14rename gcc-wrapper to cc-wrapper.Eric Seidel1-2/+2
2014-12-27I think this should fix the evaluation errors in hydraDaniel Peebles1-6/+6
2014-11-04Set SDKROOT etc. in stdenvNativeEelco Dolstra1-3/+1
2014-09-23gcc-wrapper: Remove NIX_GCC_NEEDS_GREPEelco Dolstra1-9/+0
2013-02-28Add SmartOS native GCC path.Danny Wilson1-1/+1
2013-02-28Attempt at getting GCC 4.7 compiled on Illumos...Danny Wilson1-0/+1
2013-01-17Pass ‘config’ to stdenv/generic/default.nixEelco Dolstra1-2/+2
2012-12-28Add an option ‘stdenv.userHook’ to set a global stdenv setup hookEelco Dolstra1-2/+2
2012-11-29Remove support for the obsolete powerpc-darwin and i686-darwin platformsEelco Dolstra1-16/+16
2012-01-20* Call all the stdenvs "stdenv" (rather than e.g. "stdenv-linux")Eelco Dolstra1-2/+0
2012-01-19* Build ‘xz’ during the stdenvNative bootstrap, since we really can'tEelco Dolstra1-6/+7
2012-01-19* Prepend the "prehook" rather than sourcing it.Eelco Dolstra1-11/+12
2011-12-12* Remove the NIX_STRIP_DEBUG flag. It was undocumented and confusingEelco Dolstra1-1/+0
2011-11-21* /bin and /usr/bin are the same on OpenSolaris so theEelco Dolstra1-1/+0
2011-11-21* i386-sunos -> i686-solaris.Eelco Dolstra1-4/+4
2011-11-18* On FreeBSD, bash is usually installed in /usr/local.Eelco Dolstra1-3/+8
2010-05-03Move "fetchurl restricted" code to requireFile.Yury G. Kudryashov1-1/+0