summary refs log tree commit diff
path: root/pkgs/build-support
Commit message (Expand)AuthorAge
* * Look for the current OpenGL driver in /var/state/opengl-driver.Eelco Dolstra2007-02-27
* * Remove references to substitute.sh.Eelco Dolstra2006-12-27
* * Merge the new generic builder.Eelco Dolstra2006-12-27
* * Handle weird cases when the server redirects us while setting aEelco Dolstra2006-12-15
* * Move the substitution functions into stdenv (not merged yet).Eelco Dolstra2006-12-10
* * Fork of build-env in the Nix distribution. This one supportsEelco Dolstra2006-11-28
* * Allow the result to be stored somewhere else than $out.Eelco Dolstra2006-11-08
* * Turn the nukeRefs() function into a separate program.Eelco Dolstra2006-11-03
* * Utility: the generic substituter. It substitutes all occurences ofEelco Dolstra2006-11-02
* * Don't use EPSV.Eelco Dolstra2006-10-28
* * nativeGlibc -> nativeLibc (gcc-cross-wrapper is probably brokenEelco Dolstra2006-10-27
* * Argggggghhhh.Eelco Dolstra2006-10-27
* * Doh.Eelco Dolstra2006-10-26
* * Put a symlink to the assembler in the GCC wrapper. Otherwise, whenEelco Dolstra2006-10-26
* * Add -B$gcc/lib64 when appropriate. This is so that configureEelco Dolstra2006-10-25
* * gcc-wrapper: separately store the flags necessary to find GCC andEelco Dolstra2006-10-24
* * Add $pkg/lib64 (if it exists) to the library search path in additionEelco Dolstra2006-10-24
* * Don't pollute /tmp.Eelco Dolstra2006-07-18
* * Show less garbage.Eelco Dolstra2006-07-17
* Added ssh support to fetchsvnMartin Bravenboer2006-07-17
* * Add nmedit.Eelco Dolstra2006-07-14
* * Probably need "nm" etc. as well.Eelco Dolstra2006-07-14
* * Better stdenv for Darwin: uses gcc, coreutils etc. built in Nix, butEelco Dolstra2006-07-14
* * More hackery.Eelco Dolstra2006-05-31
* * fetchurl: use standard proxy-related variables from the caller suchEelco Dolstra2006-05-31
* * We no longer need the prefetch stuff.Eelco Dolstra2006-05-30
* * Make nix-prefetch-svn use nix-store --add-fixed (just likeEelco Dolstra2006-05-30
* Added fetchcvs.Roy van den Broek2006-05-11
* * Do use readlink if available.Eelco Dolstra2006-05-02
* * system -> top-level.Eelco Dolstra2006-03-30
* * Filter out the meta attribute.Eelco Dolstra2006-03-24
* * Merged the usability branch (from trunk@4749 to branches/usability@5087).Eelco Dolstra2006-03-24
|\
| * * stdenv.mkDerivation now takes an optional attribute "meta" thatEelco Dolstra2006-03-10
* | * Don't use i686-linux.nix.Eelco Dolstra2006-03-15
* | * Removed readlink.Eelco Dolstra2006-03-15
* | make sure we can find things like mips-linux-ar, mips-linux-strip, and so on.Armijn Hemel2006-03-02
|/
* * updated darcs to 1.0.5, added curl dependencyAndres Löh2006-01-30
* * A quick hack to get accelerated OpenGL working: just use the driverEelco Dolstra2006-01-28
* * In Quake 3, by default use Mesa as the OpenGL implementation. ButEelco Dolstra2006-01-28
* * Pipe the "p" character into Subversion to force it to accept theEelco Dolstra2005-12-15
* * Use a restrictive umask to prevent permission problems.Eelco Dolstra2005-12-15
* * Make sure that `gcc -v' (i.e., with no other arguments) does theEelco Dolstra2005-12-15
* * "." -> "source".Eelco Dolstra2005-12-05
* add a wrapper for cross compilers, which makes the correct link to the cross ...Armijn Hemel2005-11-29
* * Make the grep call optional.Eelco Dolstra2005-07-13
* * r3317 was wrong: grep should be applied to gcc's stderr, not stdout.Eelco Dolstra2005-07-13
* * Make gcc work properly again in nix-env installations (e.g., whenEelco Dolstra2005-07-12
* * Remove FreeBSD gcc wrapper.Eelco Dolstra2005-06-17
* * Merge r3019.Eelco Dolstra2005-06-17
* * Add a simple standard environment for FreeBSD.Eelco Dolstra2005-05-10