summary refs log tree commit diff
path: root/pkgs/stdenv
AgeCommit message (Expand)AuthorFilesLines
2006-08-15Various mingw fixesMartin Bravenboer2-3/+4
2006-08-15Initial work on MinGW/MSYS standard environmentMartin Bravenboer5-0/+167
2006-08-09* Don't use the subpath operator (~) anymore, it's subsumed by normalEelco Dolstra2-4/+4
2006-08-07* Through the magic of functional programming, let stdenv export aEelco Dolstra2-42/+726
2006-07-24* Allow packages to enabled shared libraries on cygwin.Martin Bravenboer1-1/+4
2006-07-20* Pass along realCurl.Eelco Dolstra1-2/+1
2006-07-14* On Darwin, use Apple's gcc fork.Eelco Dolstra2-4/+7
2006-07-14* Doh!Eelco Dolstra1-1/+1
2006-07-14* Better stdenv for Darwin: uses gcc, coreutils etc. built in Nix, butEelco Dolstra3-9/+19
2006-07-14* Reviving stdenvNix.Eelco Dolstra2-6/+9
2006-07-14* Remove redundant files, move path.nix around a bit.Eelco Dolstra4-15/+2
2006-07-10* Regularize the treatment of the "gcc" attributes inEelco Dolstra1-23/+28
2006-07-05Support i686-darwinMartin Bravenboer1-0/+1
2006-06-01* Disable dynamic linking on Cygwin until we figure out how to dealEelco Dolstra3-15/+33
2006-05-31* Fix stdenv-nix.Eelco Dolstra1-0/+5
2006-05-31* Fix stdenv-native.Eelco Dolstra1-0/+5
2006-03-24* Filter out the meta attribute, again.Eelco Dolstra1-1/+1
2006-03-24* Filter out the meta attribute.Eelco Dolstra1-1/+1
2006-03-10* stdenv.mkDerivation now takes an optional attribute "meta" thatEelco Dolstra1-7/+19
2006-03-08* Fix "infinite recursion" errors on FreeBSD and Darwin.Eelco Dolstra2-0/+10
2006-02-09* Push packages from the final stdenv bootstrapping phase toEelco Dolstra2-32/+39
2006-02-09* Move top-level/stdenvs.nix to the stdenv/ directory.Eelco Dolstra1-0/+90
2006-02-08* Merge all-packages.nix into all-packages-generic.nix.Eelco Dolstra1-8/+8
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