Age | Commit message (Expand) | Author | Files | Lines |
2010-05-03 | Move "fetchurl restricted" code to requireFile. | Yury G. Kudryashov | 2 | -2/+0 |
2010-04-30 | Add support for restricted downloads | Yury G. Kudryashov | 2 | -0/+2 |
2010-04-24 | stdenv: Add `isx86_64'. | Ludovic Courtès | 1 | -0/+4 |
2010-03-04 | Fixing the cross build stdenv adapter so it tolerates buildInputs with 'null'... | Lluís Batlle i Rossell | 1 | -5/+10 |
2010-02-27 | Adding a new special attribute for mkDerivation: crossAttrs. It sits next to | Lluís Batlle i Rossell | 2 | -2/+2 |
2010-02-10 | * Revert r19795 to fix builds on FreeBSD. | Eelco Dolstra | 2 | -195/+3 |
2010-02-08 | * Revert r19814 and r19815 because they break OpenBSD and FreeBSD in | Eelco Dolstra | 2 | -126/+8 |
2010-02-04 | Script I used to derive the aliases on OpenBSD | Sander van der Burg | 1 | -0/+58 |
2010-02-04 | Added all necessary aliases to match the Linux stdenv as closely as possible ... | Sander van der Burg | 1 | -8/+68 |
2010-02-03 | Added all necessary aliases to match the Linux stdenv as closely as possible ... | Sander van der Burg | 2 | -3/+195 |
2010-01-26 | * Fix splashutils. | Eelco Dolstra | 1 | -4/+3 |
2010-01-21 | * libjpeg updated to version 8. | Eelco Dolstra | 1 | -1/+15 |
2010-01-19 | * During the bootstrap, build only 1 instance of Perl instead of 3. | Eelco Dolstra | 1 | -5/+18 |
2010-01-14 | Merging from trunk. | Lluís Batlle i Rossell | 1 | -1/+6 |
2010-01-04 | * Linux 2.6.32 generates weirdly named gcno files. | Eelco Dolstra | 1 | -1/+6 |
2009-12-18 | * Add support for lzma patches. | Eelco Dolstra | 1 | -0/+3 |
2009-12-10 | Updating from trunk. | Lluís Batlle i Rossell | 1 | -1/+1 |
2009-12-08 | Updating the url for the latest armv5tel linux bootstrap-tools. | Lluís Batlle i Rossell | 1 | -1/+1 |
2009-12-08 | New bootstrap-tools for armv5tel, with binutils and gcc-4.4. Without these bi... | Lluís Batlle i Rossell | 2 | -6/+6 |
2009-12-01 | Trying to make "make-bootstrap-tools" include the needed gcc 4.4 dependencies | Lluís Batlle i Rossell | 1 | -0/+2 |
2009-11-29 | Updating the url to the armv5tel-linux bootstrap files, once niksnut | Lluís Batlle i Rossell | 1 | -1/+1 |
2009-11-28 | Again attempting to add gunzip to the bootstrap-tools to allow the ppq | Lluís Batlle i Rossell | 2 | -2/+14 |
2009-11-28 | Adding gunzip to the bootstrap-tools | Lluís Batlle i Rossell | 2 | -2/+2 |
2009-11-27 | changes for x86_64-darwin support | Rob Vermaas | 1 | -1/+1 |
2009-11-26 | Finishing the update from trunk, having resolved the eclipse related directory | Lluís Batlle i Rossell | 4 | -3/+70 |
2009-11-26 | add support for x86_64-darwin | Rob Vermaas | 1 | -1/+1 |
2009-11-26 | add support for x86_64-darwin | Rob Vermaas | 1 | -2/+3 |
2009-11-26 | add x86_64 stdenv based on stdenvNative | Rob Vermaas | 1 | -0/+1 |
2009-11-23 | I should learn to concatenate lists. | Lluís Batlle i Rossell | 1 | -1/+1 |
2009-11-23 | Making, in cross-builds, every buildInput a propagatedBuildInput. We need | Lluís Batlle i Rossell | 1 | -2/+8 |
2009-11-23 | Fixing stdenv's chain of propagated-build-inputs (2nd level propagated build | Lluís Batlle i Rossell | 1 | -1/+1 |
2009-11-22 | On native builds: | Lluís Batlle i Rossell | 1 | -2/+2 |
2009-11-22 | Big fixes in the cross build: | Lluís Batlle i Rossell | 3 | -6/+26 |
2009-11-22 | * Add an adapter which abort an install if the installed package depends | Nicolas Pierron | 1 | -0/+40 |
2009-11-21 | * Add a script to retrieve licenses of the current derivation and of all | Nicolas Pierron | 1 | -0/+25 |
2009-11-20 | stdenv: Let GNU tar select the decompression method. | Ludovic Courtès | 1 | -7/+3 |
2009-11-20 | Trying to fix the stdenv used on i686-darwin, which stopped working after my | Lluís Batlle i Rossell | 1 | -0/+1 |
2009-11-20 | Adding a new mkDerivation flag for the cross stdenv, selfNativeBuildInput = | Lluís Batlle i Rossell | 1 | -2/+4 |
2009-11-20 | Allowing in the cross stdenv adapter the calls to mkDerivation without name. | Lluís Batlle i Rossell | 1 | -1/+1 |
2009-11-19 | Attention, people who care on the builders for native builds. In the stdenv | Lluís Batlle i Rossell | 3 | -26/+58 |
2009-11-19 | Merging from trunk. I had to do two manual merges, quite trivial I think. | Lluís Batlle i Rossell | 4 | -330/+480 |
2009-11-19 | - Removed all *NoCross expressions I dupilcated in nixpkgs, while maintaining | Lluís Batlle i Rossell | 3 | -17/+18 |
2009-11-19 | * Add file support in the runHook function. | Nicolas Pierron | 1 | -5/+6 |
2009-11-18 | Fixing what I broke in the last commit in setup.sh. | Lluís Batlle i Rossell | 2 | -22/+18 |
2009-11-18 | Adding generic builder management of cross compilation: envHooksHost, pkgsHos... | Lluís Batlle i Rossell | 1 | -4/+22 |
2009-11-17 | I made the whole nixpkgs dependencies available to the cross compiler, no | Lluís Batlle i Rossell | 1 | -10/+32 |
2009-11-17 | Trying to move all stdenv cross-compiling details out of the stdenv expression, | Lluís Batlle i Rossell | 4 | -22/+18 |
2009-11-16 | Making the definition of the cross compiling target an attribute set. | Lluís Batlle i Rossell | 2 | -4/+4 |
2009-11-16 | * Add a stdenv adapter which can remove all maintainers fields. This can | Nicolas Pierron | 1 | -0/+16 |
2009-11-16 | ln issue mingw | Rob Vermaas | 1 | -1/+1 |