aboutsummaryrefslogtreecommitdiff
path: root/pkgs/stdenv/native (follow)
Commit message (Expand)AuthorAgeFilesLines
* stdenv/native: provide patchelf on linuxMatthew Bauer2020-08-251-4/+5
* treewide: remove redundant quotesvolth2019-08-261-2/+2
* stdenv/native: add missing argumentAndrew Dunham2019-01-021-1/+1
* stdenv: implement crossOverlaysMatthew Bauer2018-12-041-1/+1
* [bot] treewide: remove unused 'inherit' in let blocksvolth2018-07-201-1/+1
* Fix stdenv-native by creating a bintools wrapper with similar settingsSander van der Burg2018-04-141-4/+13
* fetchurl: cleanup, better errorsJan Malakhovski2018-02-181-1/+1
* cc-wrapper: Use stdenvNoCC to buildJohn Ericson2017-09-261-1/+2
* stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`John Ericson2017-08-181-4/+4
* Revert "stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuild...Tuomas Tynkkynen2017-08-181-4/+4
* stdenvs: Distinguish between `extraBuildInputs` and `extraNativeBuildInputs`John Ericson2017-08-151-4/+4
* top-level: {build,host,target}Platform are defined in the stdenv insteadJohn Ericson2017-07-071-8/+1
* stdenv: remove leftover 'system' referenceDavid McFarland2017-06-261-1/+1
* cc-wrapper: Learn about target prefixesJohn Ericson2017-06-221-0/+1
* cc-wrapper: Remove `stdenv.is*` for `targetPlatform.is*`John Ericson2017-06-221-0/+1
* stdenv: define is* predicates with hostPlatform.is*John Ericson2017-05-221-0/+3
* top-level: Lay the groundwork for `{build,host,target}Platform`John Ericson2017-01-241-3/+10
* Add overlays mechanism to Nixpkgs.Nicolas B. Pierron2017-01-161-3/+3
* top-level: Normalize stdenv bootingJohn Ericson2017-01-131-40/+44
* top-level: Modernize stdenv.overrides giving it self and superJohn Ericson2017-01-131-2/+2
* top-level: turn the screwJohn Ericson2016-12-011-2/+6
* top-level: Close over fewer arguments for stdenv stagesJohn Ericson2016-11-301-1/+1
* top-level: Remove cycles: stdenv calls in top-level but not vice versaJohn Ericson2016-11-301-1/+2
* top-level: Make `stdenv/default.nix` more concise with `inherit (expr) id;` s...John Ericson2016-10-271-1/+1
* cc-wrapper: add option to skip flags for native optimizationsNikolay Amiantov2016-03-241-0/+1
* Don't include /no-such-path in buildInputsEelco Dolstra2015-06-151-1/+1
* cygwin: stdenvFlorian Friesdorf2015-05-281-5/+18
* Remove unused fileEelco Dolstra2015-03-231-8/+0
* rename gcc-wrapper to cc-wrapper.Eric Seidel2015-01-141-2/+2
* I think this should fix the evaluation errors in hydraDaniel Peebles2014-12-271-6/+6
* Set SDKROOT etc. in stdenvNativeEelco Dolstra2014-11-041-3/+1
* gcc-wrapper: Remove NIX_GCC_NEEDS_GREPEelco Dolstra2014-09-231-9/+0
* Add SmartOS native GCC path.Danny Wilson2013-02-281-1/+1
* Attempt at getting GCC 4.7 compiled on Illumos...Danny Wilson2013-02-281-0/+1
* Add an option ‘stdenv.userHook’ to set a global stdenv setup hookEelco Dolstra2012-12-281-2/+2
* Remove support for the obsolete powerpc-darwin and i686-darwin platformsEelco Dolstra2012-11-291-16/+16
* * Call all the stdenvs "stdenv" (rather than e.g. "stdenv-linux")Eelco Dolstra2012-01-201-2/+0
* * Build ‘xz’ during the stdenvNative bootstrap, since we really can'tEelco Dolstra2012-01-191-6/+7
* * Prepend the "prehook" rather than sourcing it.Eelco Dolstra2012-01-191-11/+12
* * Sync with the trunk.Eelco Dolstra2011-12-121-4/+8
|\
| * * /bin and /usr/bin are the same on OpenSolaris so theEelco Dolstra2011-11-211-1/+0
| * * i386-sunos -> i686-solaris.Eelco Dolstra2011-11-211-4/+4
| * * On FreeBSD, bash is usually installed in /usr/local.Eelco Dolstra2011-11-181-3/+8
| * Move "fetchurl restricted" code to requireFile.Yury G. Kudryashov2010-05-031-1/+0
| * Add support for restricted downloadsYury G. Kudryashov2010-04-301-0/+1
* | * Remove the NIX_STRIP_DEBUG flag. It was undocumented and confusingEelco Dolstra2011-12-121-1/+0
|/
* * Revert r19795 to fix builds on FreeBSD.Eelco Dolstra2010-02-102-195/+3
* * Revert r19814 and r19815 because they break OpenBSD and FreeBSD inEelco Dolstra2010-02-082-126/+8
* Script I used to derive the aliases on OpenBSDSander van der Burg2010-02-041-0/+58
* Added all necessary aliases to match the Linux stdenv as closely as possible ...Sander van der Burg2010-02-041-8/+68