summary refs log tree commit diff
path: root/pkgs/stdenv
Commit message (Expand)AuthorAge
...
* | * Don't require a stdenv to build stdenv. This obviates the need forEelco Dolstra2009-02-01
* | * Allow hooks like preBuild to be set both through shell functions andEelco Dolstra2009-02-01
* | svn path=/nixpkgs/branches/stdenv-updates/; revision=13915Eelco Dolstra2009-01-30
* | svn path=/nixpkgs/branches/stdenv-updates/; revision=13914Eelco Dolstra2009-01-30
* | * Use the sh from klibc in the bootstrap. It's a lot smaller thanEelco Dolstra2009-01-29
* | * Sync with trunk.Eelco Dolstra2009-01-29
|\|
* | * Bootstrap tools: build on x86_64-linux.Eelco Dolstra2009-01-23
* | * Use GCC 4.3.Eelco Dolstra2009-01-19
* | * Turn on Make indentation.Eelco Dolstra2009-01-19
* | * Make the nested output patch in GNU Make runtime configurable (byEelco Dolstra2009-01-19
* | svn path=/nixpkgs/branches/stdenv-updates/; revision=13789Eelco Dolstra2009-01-16
* | * Start of the new, simplified stdenv-linux bootstrap binaries.Eelco Dolstra2009-01-16
* | svn path=/nixpkgs/branches/stdenv-updates/; revision=13603Eelco Dolstra2008-12-10
* | svn path=/nixpkgs/branches/stdenv-updates/; revision=13602Eelco Dolstra2008-12-10
* | * Merged from the trunk. Let's see how well this works withEelco Dolstra2008-12-10
|\|
| * * Strip in libexec.Eelco Dolstra2008-11-28
| * * Get rid of all references to nix.cs.uu.nl.Eelco Dolstra2008-11-14
| * * Downloads in the stdenv bootstrap should respect the user's proxyEelco Dolstra2008-11-14
* | * Do the right thing if $sourceRoot contains spaces. Contributed byEelco Dolstra2008-11-14
* | * Missing space.Eelco Dolstra2008-10-30
* | Use `gnumakeNix' instead of `gnumake' in `stdenv'.Ludovic Courtès2008-10-13
* | * gcc-wrapper-new -> gcc-wrapper, setup-new -> setup.Eelco Dolstra2008-10-07
|/
* * Remove some obsolete code.Eelco Dolstra2008-09-14
* * Removed $installCommand, it's no longer needed since we split theEelco Dolstra2008-09-02
* * Just to be sure that we don't make the whole build treeEelco Dolstra2008-08-27
* * Get rid of $findUnpacker, it's pointless anyway.Eelco Dolstra2008-08-27
* * Allow sourceRoot to be set in advance, which is easier than settingEelco Dolstra2008-08-27
* * Oops, because we didn't pass extraAttrs, the glibc from theEelco Dolstra2008-06-27
* * Minor cleanup.Eelco Dolstra2008-06-19
* * Removed some dead code.Eelco Dolstra2008-06-19
* * Folded the Cygwin, powerpc-darwin and FreeBSD stdenv into the "native"Eelco Dolstra2008-06-18
* MinGW stdenv needs replaceMartin Bravenboer2008-06-16
* * Merged the stdenv branchEelco Dolstra2008-06-13
|\
| * * Darwin compatibility.Eelco Dolstra2008-06-11
| * * Automatically patch shebang paths ("#! /interpreter") to storeEelco Dolstra2008-06-11
| * * On Linux, build coreutils with ACL support.Eelco Dolstra2008-05-19
| * svn path=/nixpkgs/branches/stdenv-updates/; revision=11804Eelco Dolstra2008-05-09
| * * Implement the succeedOnFailure flag by trapping EXIT. This makesEelco Dolstra2008-04-23
| * * Some variables to make it easier to inject additional phases.Eelco Dolstra2008-03-20
| * * stripDirs: nest the output.Eelco Dolstra2008-03-20
| * * Add some missing pre/post hooks.Eelco Dolstra2008-03-18
| * * fixupPhase: don't barf if the output doesn't exist yet.Eelco Dolstra2008-03-18
| * * Oops, don't pass --prefix twice.Eelco Dolstra2008-03-18
* | * curl: build with OpenSSL (https) support by default.Eelco Dolstra2008-05-27
|/
* * substitute: support patterns starting with a dash.Eelco Dolstra2008-02-22
* svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10814Eelco Dolstra2008-02-21
* * Renamed the darwin stdenv to powerpc-darwin, since i686-darwin uses stdenv/...Eelco Dolstra2008-02-21
* * Merge the makeFlags check.Eelco Dolstra2008-02-21
|\
| * Fixed setup.sh - non-default Makefile may be passed in makeFlags. OpenFire ad...Michael Raskin2008-02-21
| * * Hack hack hack.Eelco Dolstra2008-02-20