summary refs log tree commit diff
path: root/pkgs/stdenv
Commit message (Expand)AuthorAge
...
| * our 7.12.0 was not resolving (thank you glibc!), replaced with statically lin...Armijn Hemel2004-11-29
| * inherit the extra2 parameterArmijn Hemel2004-11-09
| * add (refactored) static stuffArmijn Hemel2004-11-04
| * commit some stuffArmijn Hemel2004-11-04
|/
* oops, don't forget binutilsArmijn Hemel2004-10-19
* add quotes for tarball variableArmijn Hemel2004-10-19
* also add a statically linked gccArmijn Hemel2004-10-19
* commit a whole bunch of statically linked packages. In the builder we add gzi...Armijn Hemel2004-10-19
* don't make bzip2 an initial package, but download it instead. After all, we'v...Armijn Hemel2004-10-19
* actually use $src instead of "bin", sighArmijn Hemel2004-10-19
* fix a thinkoArmijn Hemel2004-10-19
* move gzip and gunzip in a seperate directory to avoid having the hash encoded...Armijn Hemel2004-10-19
* work around Nix "logics" >-)Armijn Hemel2004-10-19
* don't let bash depend on tar and gzipArmijn Hemel2004-10-19
* don't have tar depend upon tarArmijn Hemel2004-10-19
* don't let gzip depend on gzipArmijn Hemel2004-10-19
* add prehook.sh for the nix-linux-static environmentArmijn Hemel2004-10-18
* also add gzip. Hmmm, does this add a circular dependency?Armijn Hemel2004-10-12
* also add bzip2 for unpacking those binariesArmijn Hemel2004-10-12
* add another package for bootstrapping. Only bzip2 and gzip are still missing...Armijn Hemel2004-10-07
* add statically linked curl binary for static nix environment for LinuxArmijn Hemel2004-10-07
* add a statically linked copy of GNU tarArmijn Hemel2004-10-07
* * Use patchelf to remove unnecessary directories automatically (in theEelco Dolstra2004-10-02
* * The `patch' command is now part of stdenv, so it no longer needs toEelco Dolstra2004-09-18
* * It's not necessary to add gcc and binutils to the path here.Eelco Dolstra2004-09-18
* * Replace stdenv-generic with its branch (step 1).Eelco Dolstra2004-09-17
* add a statically compiled version of gcc...Armijn Hemel2004-09-02
* * The generic builder now dumps all environment variables to the fileEelco Dolstra2004-08-30
* * Use named pipes explicitly instead of through bash's processEelco Dolstra2004-08-11
* * Fix for zlib on Darwin (it always wants to install in /usr/lib,Eelco Dolstra2004-08-09
* * Allow a build to finish "succesfully" as far as Nix is concernedEelco Dolstra2004-07-12
* * Always make source writable.Eelco Dolstra2004-07-11
* * Log support in the generic builder. Just set $logPhases to 1 andEelco Dolstra2004-07-11
* * Add write permission to sources copied from the store.Eelco Dolstra2004-07-11
* * Don't strip debug info on Darwin, otherwise links by libtool failEelco Dolstra2004-07-02
* * Don't apply the libtool fix in Darwin, since it's not a pure buildEelco Dolstra2004-07-01
* * Darwin (Mac OS X) standard environment.Eelco Dolstra2004-05-18
* * Various bug fixes in setup.sh and ld-wrapper.sh.Eelco Dolstra2004-04-02
* * Finally we have a working stdenvLinux again.Eelco Dolstra2004-03-30
* * Use a Nix shell for gcc-wrapper and ld-wrapper.Eelco Dolstra2004-03-29
* * Remove trivial builders.Eelco Dolstra2004-03-29
* * For simple Autotools-style packages (such as the ATerm library), theEelco Dolstra2004-03-28
* * It is now possible to execute a builder using a shell inside the NixEelco Dolstra2004-03-28
* * Use $propagatedBuildInputs to find build inputs.Eelco Dolstra2004-03-27
* * Fix all files called `ltmain.sh' in the source tree.Eelco Dolstra2004-03-27
* * Style fix.Eelco Dolstra2004-03-19
* * The stdenv setup script now defines a generic builder that allowsEelco Dolstra2004-03-19
* * Re-enabled purity checking: it should work now. First we onlyEelco Dolstra2004-03-12
* * Finally got stdenv-nix-linux working again. Still not perfect,Eelco Dolstra2004-03-11
* * stdenv-nix-linux should more-or-less work again now.Eelco Dolstra2004-03-09