about summary refs log tree commit diff
path: root/pkgs/stdenv
AgeCommit message (Expand)AuthorFilesLines
2005-03-10* Fix regexp to match base-32 hashes.Eelco Dolstra1-1/+1
2005-02-23* Use `--strip-debug', not `--strip-all', so that we can at least getEelco Dolstra1-2/+2
2005-02-23* Use the latest patchelf. This fixes broken gconv modules (e.g.,Eelco Dolstra1-1/+1
2005-02-22* Make it possible to override the log writer (from its default,Eelco Dolstra1-5/+11
2005-02-22* Use the generic substituter in the generation of stdenv and gcc-wrapper.Eelco Dolstra2-13/+15
2005-02-22* Remove unused stuff.Eelco Dolstra32-214/+1
2005-02-22* Split downloading and unpacking.Eelco Dolstra5-17/+36
2005-02-22* Use bzip instead of gzip for downloaded archives.Eelco Dolstra11-105/+32
2005-02-21* Rename stdenv-nix-linux-static to stdenv-linux.Eelco Dolstra44-0/+77
2005-02-21* Move the stdenv-linux bootstrap from stdenvs.nix to theEelco Dolstra7-120/+115
2005-02-21* Forgotten.Eelco Dolstra1-0/+9
2005-02-21* Do the generic sed thing for Glibc.Eelco Dolstra1-1/+1
2005-02-21* Merge diff between trunk/pkgs@1646 and branches/nixos-pkgs@2256;Eelco Dolstra13-18/+203
2005-01-14we actually *do* have patchelf available and we want to use it to patchArmijn Hemel1-0/+1
2005-01-14move patchelf in a directory, so it can play nice along with thingsArmijn Hemel2-1/+5
2004-12-15don't forget stuffArmijn Hemel1-1/+3
2004-12-06remove all other occurences of old glibc pathArmijn Hemel1-0/+8
2004-12-06don't match a trailing slashArmijn Hemel1-1/+1
2004-12-06don't forget passing sed to our scriptArmijn Hemel1-2/+3
2004-12-06replace old glibc reference with $outArmijn Hemel1-1/+2
2004-12-06right path to chmodArmijn Hemel1-2/+2
2004-12-06first make all patchable files writable before patching, then change them bac...Armijn Hemel1-0/+2
2004-12-01svn path=/nixpkgs/branches/nixos-pkgs/; revision=1831Armijn Hemel1-1/+1
2004-12-01addd sutffArmijn Hemel1-1/+1
2004-12-01we also require patchelf (this is sooooo ugly)Armijn Hemel1-1/+1
2004-12-01more fixesArmijn Hemel2-4/+4
2004-12-01typo fixArmijn Hemel1-1/+1
2004-12-01let's patch all our glibc thingies!!Armijn Hemel2-1/+3
2004-12-01we need patchelfArmijn Hemel3-2/+7
2004-11-29replace all occurances of curl 7.12.0 with 7.12.2Armijn Hemel1-7/+7
2004-11-29our 7.12.0 was not resolving (thank you glibc!), replaced with statically lin...Armijn Hemel4-3/+3
2004-11-09inherit the extra2 parameterArmijn Hemel1-1/+1
2004-11-04add (refactored) static stuffArmijn Hemel5-0/+34
2004-11-04commit some stuffArmijn Hemel1-15/+128
2004-10-19oops, don't forget binutilsArmijn Hemel2-0/+17
2004-10-19add quotes for tarball variableArmijn Hemel1-1/+1
2004-10-19also add a statically linked gccArmijn Hemel3-0/+15
2004-10-19commit a whole bunch of statically linked packages. In the builder we add gzi...Armijn Hemel17-0/+218
2004-10-19don't make bzip2 an initial package, but download it instead. After all, we'v...Armijn Hemel3-4/+9
2004-10-19actually use $src instead of "bin", sighArmijn Hemel1-1/+1
2004-10-19fix a thinkoArmijn Hemel2-2/+2
2004-10-19move gzip and gunzip in a seperate directory to avoid having the hash encoded...Armijn Hemel4-4/+2
2004-10-19work around Nix "logics" >-)Armijn Hemel3-2/+2
2004-10-19don't let bash depend on tar and gzipArmijn Hemel4-3/+2
2004-10-19don't have tar depend upon tarArmijn Hemel4-3/+2
2004-10-19don't let gzip depend on gzipArmijn Hemel5-3/+4
2004-10-18add prehook.sh for the nix-linux-static environmentArmijn Hemel1-0/+1
2004-10-12also add gzip. Hmmm, does this add a circular dependency?Armijn Hemel3-0/+12
2004-10-12also add bzip2 for unpacking those binariesArmijn Hemel3-0/+12
2004-10-07add another package for bootstrapping. Only bzip2 and gzip are still missing...Armijn Hemel3-0/+12