summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv/generic
AgeCommit message (Expand)Author
2010-09-01Setting any stdenv.system references for the loongson2f system to 'mips64-lin...Lluís Batlle i Rossell
2010-08-29Updating from trunk. I had to do some changes to make it fit.Lluís Batlle i Rossell
2010-08-23pkgs/stdenv/generic: cosmetic changesPeter Simons
2010-08-23pkgs/stdenv/generic: added stdenv attributes isFreeBSD, isOpenBSD, and isBSDPeter Simons
2010-08-21Addindg isArm and enlarging isMips for stdenv.Lluís Batlle i Rossell
2010-08-21Adding in stdenv an 'isMips' attribute.Lluís Batlle i Rossell
2010-08-20Updated from trunk.Lluís Batlle i Rossell
2010-08-12* CURL: build without scp support on Cygwin because libssh2 doesn'tEelco Dolstra
2010-08-08Adding support for the /lib32 (there was /lib and /lib64 only), for the n32 A...Lluís Batlle i Rossell
2010-08-08Enable parallel building of gcc, glibc, gmp, mpfr, ncurses, coreutils, perl, ...Peter Simons
2010-08-07Fixing a double set attribute in stdenvLluís Batlle i Rossell
2010-08-07Updating from trunkLluís Batlle i Rossell
2010-08-06pkgs/stdenv/generic: added isSunOS attribute, similar to isLinux, isDarwin, etc.Peter Simons
2010-08-06* Get rid of the ugly `useFromStdenv' hack in all-packages.nix.Eelco Dolstra
2010-08-01Some first changes to get some evaluation working on the fuloong2fLluís Batlle i Rossell
2010-07-20pkgs/stdenv/generic: added isSunOS attribute, similar to isLinux, isDarwin, etc.Peter Simons
2010-06-23pkgs/stdenv/generic/setup.sh: added support for enableParallelBuilding variablePeter Simons
2010-06-19reverting my patch series adding -j -l support for makeMarc Weber
2010-06-16no longer pass -j to make without arg which means no limit on forks. This br...Marc Weber
2010-06-15setup.sh: add -j and -l optionsMarc Weber
2010-06-15generic/setup.sh: remove duplication: - add generic showCommand function whic...Marc Weber
2010-04-24stdenv: Add `isx86_64'.Ludovic Courtès
2010-02-27Adding a new special attribute for mkDerivation: crossAttrs. It sits next toLluís Batlle i Rossell
2009-12-18* Add support for lzma patches.Eelco Dolstra
2009-11-26Finishing the update from trunk, having resolved the eclipse related directoryLluís Batlle i Rossell
2009-11-26add support for x86_64-darwinRob Vermaas
2009-11-23Fixing stdenv's chain of propagated-build-inputs (2nd level propagated buildLluís Batlle i Rossell
2009-11-22Big fixes in the cross build:Lluís Batlle i Rossell
2009-11-20stdenv: Let GNU tar select the decompression method.Ludovic Courtès
2009-11-19Attention, people who care on the builders for native builds. In the stdenvLluís Batlle i Rossell
2009-11-19- Removed all *NoCross expressions I dupilcated in nixpkgs, while maintainingLluís Batlle i Rossell
2009-11-19* Add file support in the runHook function.Nicolas Pierron
2009-11-18Fixing what I broke in the last commit in setup.sh.Lluís Batlle i Rossell
2009-11-18Adding generic builder management of cross compilation: envHooksHost, pkgsHos...Lluís Batlle i Rossell
2009-11-17Trying to move all stdenv cross-compiling details out of the stdenv expression,Lluís Batlle i Rossell
2009-11-16Making the definition of the cross compiling target an attribute set.Lluís Batlle i Rossell
2009-11-15Fixing some conflict on the variable 'cross'.Lluís Batlle i Rossell
2009-11-15First attempt for the full stdenvCross. I think that it should work. TheLluís Batlle i Rossell
2009-11-08Adding a check in the generic builder so it halts on the existence ofLluís Batlle i Rossell
2009-11-08Porting changes from stdenv-updates into this branch.Lluís Batlle i Rossell
2009-09-30Added Solaris support to the stdenvSander van der Burg
2009-09-23Added initial OpenBSD support to the stdenvSander van der Burg
2009-07-26I revert my changes to get nixpkgs working on armv5tel-linux.Lluís Batlle i Rossell
2009-07-26Adding armv5tel to the 'if' checks in stdenv, gcc-wrapper and kernel headersLluís Batlle i Rossell
2009-07-02* setup-new -> setup.Eelco Dolstra
2009-06-15* dontMakeSourcesWritable: should be a variable. Caught by MarcEelco Dolstra
2009-06-10* setup.sh: quote $NIX_BUILD_TOP. Otherwise a line likeEelco Dolstra
2009-04-25* Allow the user to install stdenv (nix-env -i stdenv) and get all theEelco Dolstra
2009-04-21* Pass --disable-static to configure by default it it's supported.Eelco Dolstra
2009-04-18* setup.sh: turn on nullglob globally.Eelco Dolstra