Age | Commit message (Expand) | Author | Files | Lines |
2006-03-10 | * stdenv.mkDerivation now takes an optional attribute "meta" that | Eelco Dolstra | 1 | -7/+19 |
2006-03-08 | * Fix "infinite recursion" errors on FreeBSD and Darwin. | Eelco Dolstra | 2 | -0/+10 |
2006-02-09 | * Push packages from the final stdenv bootstrapping phase to | Eelco Dolstra | 2 | -32/+39 |
2006-02-09 | * Move top-level/stdenvs.nix to the stdenv/ directory. | Eelco Dolstra | 1 | -0/+90 |
2006-02-08 | * Merge all-packages.nix into all-packages-generic.nix. | Eelco Dolstra | 1 | -8/+8 |
2005-12-28 | use newer curl. This fixes a few security bugs and this static version of curl | Armijn Hemel | 1 | -1/+1 |
2005-12-25 | add the statically linked curl-7.15.1 here. | Armijn Hemel | 1 | -0/+0 |
2005-12-05 | * "." -> "source". | Eelco Dolstra | 3 | -7/+7 |
2005-10-11 | * Update a bunch of base packages. | Eelco Dolstra | 1 | -2/+2 |
2005-08-24 | * Purity fixes, courtesy of NixOS :-) | Eelco Dolstra | 2 | -2/+2 |
2005-08-22 | * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl. | Eelco Dolstra | 1 | -4/+4 |
2005-07-13 | * Make the grep call optional. | Eelco Dolstra | 1 | -1/+4 |
2005-06-20 | * mkDerivation: accept an argument `realBuilder' (stupid name) to | Eelco Dolstra | 1 | -2/+3 |
2005-06-17 | * Don't patch symlinked shared libraries. | Eelco Dolstra | 1 | -2/+3 |
2005-06-17 | * Move ensureDir() up, otherwise calls to fail() might fail. | Eelco Dolstra | 1 | -7/+7 |
2005-05-16 | * Alias make to gmake on FreeBSD. | Eelco Dolstra | 1 | -0/+3 |
2005-05-10 | * Add a simple standard environment for FreeBSD. | Eelco Dolstra | 2 | -0/+20 |
2005-05-10 | * Use /bin/bash, not /bin/sh, since we really do need bash. | Eelco Dolstra | 2 | -2/+2 |
2005-03-10 | * Fix regexp to match base-32 hashes. | Eelco Dolstra | 1 | -1/+1 |
2005-02-23 | * Use `--strip-debug', not `--strip-all', so that we can at least get | Eelco Dolstra | 1 | -2/+2 |
2005-02-23 | * Use the latest patchelf. This fixes broken gconv modules (e.g., | Eelco Dolstra | 1 | -1/+1 |
2005-02-22 | * Make it possible to override the log writer (from its default, | Eelco Dolstra | 1 | -5/+11 |
2005-02-22 | * Use the generic substituter in the generation of stdenv and gcc-wrapper. | Eelco Dolstra | 2 | -13/+15 |
2005-02-22 | * Remove unused stuff. | Eelco Dolstra | 32 | -214/+1 |
2005-02-22 | * Split downloading and unpacking. | Eelco Dolstra | 5 | -17/+36 |
2005-02-22 | * Use bzip instead of gzip for downloaded archives. | Eelco Dolstra | 11 | -105/+32 |
2005-02-21 | * Rename stdenv-nix-linux-static to stdenv-linux. | Eelco Dolstra | 44 | -0/+77 |
2005-02-21 | * Move the stdenv-linux bootstrap from stdenvs.nix to the | Eelco Dolstra | 7 | -120/+115 |
2005-02-21 | * Forgotten. | Eelco Dolstra | 1 | -0/+9 |
2005-02-21 | * Do the generic sed thing for Glibc. | Eelco Dolstra | 1 | -1/+1 |
2005-02-21 | * Merge diff between trunk/pkgs@1646 and branches/nixos-pkgs@2256; | Eelco Dolstra | 13 | -18/+203 |
2005-01-14 | we actually *do* have patchelf available and we want to use it to patch | Armijn Hemel | 1 | -0/+1 |
2005-01-14 | move patchelf in a directory, so it can play nice along with things | Armijn Hemel | 2 | -1/+5 |
2004-12-15 | don't forget stuff | Armijn Hemel | 1 | -1/+3 |
2004-12-06 | remove all other occurences of old glibc path | Armijn Hemel | 1 | -0/+8 |
2004-12-06 | don't match a trailing slash | Armijn Hemel | 1 | -1/+1 |
2004-12-06 | don't forget passing sed to our script | Armijn Hemel | 1 | -2/+3 |
2004-12-06 | replace old glibc reference with $out | Armijn Hemel | 1 | -1/+2 |
2004-12-06 | right path to chmod | Armijn Hemel | 1 | -2/+2 |
2004-12-06 | first make all patchable files writable before patching, then change them bac... | Armijn Hemel | 1 | -0/+2 |
2004-12-01 | svn path=/nixpkgs/branches/nixos-pkgs/; revision=1831 | Armijn Hemel | 1 | -1/+1 |
2004-12-01 | addd sutff | Armijn Hemel | 1 | -1/+1 |
2004-12-01 | we also require patchelf (this is sooooo ugly) | Armijn Hemel | 1 | -1/+1 |
2004-12-01 | more fixes | Armijn Hemel | 2 | -4/+4 |
2004-12-01 | typo fix | Armijn Hemel | 1 | -1/+1 |
2004-12-01 | let's patch all our glibc thingies!! | Armijn Hemel | 2 | -1/+3 |
2004-12-01 | we need patchelf | Armijn Hemel | 3 | -2/+7 |
2004-11-29 | replace all occurances of curl 7.12.0 with 7.12.2 | Armijn Hemel | 1 | -7/+7 |
2004-11-29 | our 7.12.0 was not resolving (thank you glibc!), replaced with statically lin... | Armijn Hemel | 4 | -3/+3 |
2004-11-09 | inherit the extra2 parameter | Armijn Hemel | 1 | -1/+1 |