about summary refs log tree commit diff
path: root/pkgs/stdenv
AgeCommit message (Expand)AuthorFilesLines
2005-12-28use newer curl. This fixes a few security bugs and this static version of curlArmijn Hemel1-1/+1
2005-12-25add the statically linked curl-7.15.1 here.Armijn Hemel1-0/+0
2005-12-05* "." -> "source".Eelco Dolstra3-7/+7
2005-10-11* Update a bunch of base packages.Eelco Dolstra1-2/+2
2005-08-24* Purity fixes, courtesy of NixOS :-)Eelco Dolstra2-2/+2
2005-08-22* catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra1-4/+4
2005-07-13* Make the grep call optional.Eelco Dolstra1-1/+4
2005-06-20* mkDerivation: accept an argument `realBuilder' (stupid name) toEelco Dolstra1-2/+3
2005-06-17* Don't patch symlinked shared libraries.Eelco Dolstra1-2/+3
2005-06-17* Move ensureDir() up, otherwise calls to fail() might fail.Eelco Dolstra1-7/+7
2005-05-16* Alias make to gmake on FreeBSD.Eelco Dolstra1-0/+3
2005-05-10* Add a simple standard environment for FreeBSD.Eelco Dolstra2-0/+20
2005-05-10* Use /bin/bash, not /bin/sh, since we really do need bash.Eelco Dolstra2-2/+2
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