about summary refs log tree commit diff
path: root/pkgs/stdenv
AgeCommit message (Expand)AuthorFilesLines
2009-04-25* Allow the user to install stdenv (nix-env -i stdenv) and get all theEelco Dolstra3-8/+15
2009-04-21* Pass --disable-static to configure by default it it's supported.Eelco Dolstra1-0/+7
2009-04-18* setup.sh: turn on nullglob globally.Eelco Dolstra1-91/+16
2009-04-09svn path=/nixpkgs/branches/stdenv-updates/; revision=14979Eelco Dolstra1-2/+2
2009-03-31* Sync with the trunk once more.Eelco Dolstra1-2/+15
2009-03-30* Move some functions for manipulating meta and name attributes out ofEelco Dolstra1-2/+15
2009-03-25* Some meta.description attributes.Eelco Dolstra1-0/+4
2009-03-25* gcc-wrapper: put "gcc-wrapper" in the name, e.g. "gcc-wrapper-4.3.3"Eelco Dolstra2-12/+18
2009-02-12* Sync with the trunk.Eelco Dolstra1-0/+111
2009-02-10* More refactoring: move all the stdenv adapter functions (likeEelco Dolstra1-0/+111
2009-02-03* stdenvLinux on powerpc-linux is currently broken.Eelco Dolstra1-1/+1
2009-02-02* Fix stdenvNative/stdenvNix.Eelco Dolstra7-93/+60
2009-02-01* Use GCC 4.3 by default.Eelco Dolstra23-186/+168
2009-02-01* Don't require a stdenv to build stdenv. This obviates the need forEelco Dolstra2-5/+11
2009-02-01* Allow hooks like preBuild to be set both through shell functions andEelco Dolstra1-23/+37
2009-01-30svn path=/nixpkgs/branches/stdenv-updates/; revision=13915Eelco Dolstra1-0/+1
2009-01-30svn path=/nixpkgs/branches/stdenv-updates/; revision=13914Eelco Dolstra3-450/+213
2009-01-29* Use the sh from klibc in the bootstrap. It's a lot smaller thanEelco Dolstra1-10/+33
2009-01-29* Sync with trunk.Eelco Dolstra1-0/+11
2009-01-23* Bootstrap tools: build on x86_64-linux.Eelco Dolstra1-14/+10
2009-01-19* Use GCC 4.3.Eelco Dolstra1-8/+20
2009-01-19* Turn on Make indentation.Eelco Dolstra1-0/+4
2009-01-19* Make the nested output patch in GNU Make runtime configurable (byEelco Dolstra4-5/+5
2009-01-16svn path=/nixpkgs/branches/stdenv-updates/; revision=13789Eelco Dolstra1-2/+1
2009-01-16* Start of the new, simplified stdenv-linux bootstrap binaries.Eelco Dolstra1-0/+186
2008-12-10svn path=/nixpkgs/branches/stdenv-updates/; revision=13603Eelco Dolstra1-1/+1
2008-12-10svn path=/nixpkgs/branches/stdenv-updates/; revision=13602Eelco Dolstra1-2/+2
2008-12-10* Merged from the trunk. Let's see how well this works withEelco Dolstra4-12/+13
2008-11-28* Strip in libexec.Eelco Dolstra1-2/+2
2008-11-14* Get rid of all references to nix.cs.uu.nl.Eelco Dolstra3-12/+12
2008-11-14* Downloads in the stdenv bootstrap should respect the user's proxyEelco Dolstra1-0/+1
2008-11-14* Do the right thing if $sourceRoot contains spaces. Contributed byEelco Dolstra1-2/+2
2008-10-30* Missing space.Eelco Dolstra1-1/+1
2008-10-13Use `gnumakeNix' instead of `gnumake' in `stdenv'.Ludovic Courtès4-5/+5
2008-10-07* gcc-wrapper-new -> gcc-wrapper, setup-new -> setup.Eelco Dolstra2-919/+22
2008-09-14* Remove some obsolete code.Eelco Dolstra1-3/+0
2008-09-02* Removed $installCommand, it's no longer needed since we split theEelco Dolstra1-9/+5
2008-08-27* Just to be sure that we don't make the whole build treeEelco Dolstra1-1/+1
2008-08-27* Get rid of $findUnpacker, it's pointless anyway.Eelco Dolstra1-14/+11
2008-08-27* Allow sourceRoot to be set in advance, which is easier than settingEelco Dolstra1-1/+1
2008-06-27* Oops, because we didn't pass extraAttrs, the glibc from theEelco Dolstra1-1/+1
2008-06-19* Minor cleanup.Eelco Dolstra1-23/+5
2008-06-19* Removed some dead code.Eelco Dolstra1-0/+857
2008-06-18* Folded the Cygwin, powerpc-darwin and FreeBSD stdenv into the "native"Eelco Dolstra12-162/+109
2008-06-16MinGW stdenv needs replaceMartin Bravenboer2-1/+12
2008-06-13* Merged the stdenv branchEelco Dolstra3-59/+129
2008-06-11* Darwin compatibility.Eelco Dolstra1-3/+3
2008-06-11* Automatically patch shebang paths ("#! /interpreter") to storeEelco Dolstra1-0/+26
2008-05-27* curl: build with OpenSSL (https) support by default.Eelco Dolstra7-15/+26
2008-05-19* On Linux, build coreutils with ACL support.Eelco Dolstra1-7/+16