summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv/default.nix
AgeCommit message (Expand)Author
2019-08-26treewide: remove redundant quotesvolth
2019-04-19stdenv/linux: use isCompatible to find bootstrap toolsMatthew Bauer
2019-03-01Merge pull request #51628 from ju1m/armMatthew Bauer
2018-12-06stdenv: add armv7a-linux systemJulien Moutinho
2018-12-04stdenv: implement crossOverlaysMatthew Bauer
2018-08-21[RFC] ppc64le enablement (#45340)CrystalGamma
2018-02-23lib, treewide: Add missing MIPS arches, and fix existing usageDaniel Barlow
2017-01-25stdenv: Bringup aarch64 architecture supportTuomas Tynkkynen
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-13linux stdenv: Inline stage funs to conform to new conventionJohn Ericson
2017-01-13top-level: Normalize stdenv bootingJohn 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-11-30top-level: Stop exposing all stdenvsJohn Ericson
2016-11-15Add initial basic support for cross-compiling to iOSShea Levy
2016-11-06top-level: Make config-overriden stdenv bootstrap more normallyJohn Ericson
2016-11-06top-level: Make stdenvCross which appears at first glance normal...John Ericson
2016-10-27top-level: Make `stdenv/default.nix` more concise with `inherit (expr) id;` s...John Ericson
2016-01-05Merge branch 'master' into stagingVladimír Čunát
2016-01-03stdenv-darwin: allow easier testing of bootstrap toolsDan Peebles
2016-01-03stdenv-darwin: rename folder and associated attributeDan Peebles
2016-01-03stdenv-darwin: kill old impure Darwin stdenvDan Peebles
2016-01-01FreeBSD: use own stdenv, do not run libtiff tests, use PIC for zlibjanus
2015-10-02switch stdenvsJude Taylor
2015-06-18move pure stdenv into a new directory, bring back the old oneJude Taylor
2015-06-18pure darwin stdenvJude Taylor
2015-05-28cygwin: stdenvFlorian Friesdorf
2015-02-03new darwin stdenvEric Seidel
2014-09-23Merge branch 'darwin-stdenv' of github.com:joelteon/nixpkgs into stagingEelco Dolstra
2014-09-09build nix head successfullyJoel Taylor
2014-09-09livcxx buildJoel Taylor
2014-09-09suitable clang stdenvJoel Taylor
2014-08-09Prevent an unnecessary evaluation of libEelco Dolstra
2014-06-30Remove the unmaintained (and AFAIK unused) stdenv for mingwEelco Dolstra
2013-02-28Attempt at getting GCC 4.7 compiled on Illumos...Danny Wilson
2012-12-28Merge branch 'stdenv-updates' into pi-stdenv-updatesLluís Batlle i Rossell
2012-12-28Add an option ‘stdenv.userHook’ to set a global stdenv setup hookEelco Dolstra
2012-12-26First movement to get the raspberrypi stdenv building.root
2012-11-29Remove support for the obsolete powerpc-darwin and i686-darwin platformsEelco Dolstra
2012-04-15Add armv7l support.Nicolas Pierron
2012-01-21Changing every reference from mips64-linux to mips64el-linux. That'sLluís Batlle i Rossell
2010-09-01Setting any stdenv.system references for the loongson2f system to 'mips64-lin...Lluís Batlle i Rossell
2010-08-21Propagating the 'platform' stdenv attribute properly on stdenvLinux,Lluís Batlle i Rossell
2010-08-01Trying to add the fuloong2f for bootstrap-files. It bootstraps fineLluís Batlle i Rossell
2009-11-26Finishing the update from trunk, having resolved the eclipse related directoryLluís Batlle i Rossell
2009-11-26add x86_64 stdenv based on stdenvNativeRob Vermaas
2009-11-17Trying to move all stdenv cross-compiling details out of the stdenv expression,Lluís Batlle i Rossell
2009-11-14My first attempt at getting cross compilers in nixpkgs.Lluís Batlle i Rossell