summary refs log tree commit diff
path: root/pkgs/stdenv/generic
Commit message (Expand)AuthorAge
* * ensureDir: allow multiple directories.Eelco Dolstra2007-01-10
* * Always set the prefix.Eelco Dolstra2006-12-28
* * Don't clobber $shell.Eelco Dolstra2006-12-28
* * Workaround a bug in older versions of bash.Eelco Dolstra2006-12-28
* * Merge the new generic builder.Eelco Dolstra2006-12-27
* * Doh.Eelco Dolstra2006-12-27
* * Remove dontMakeInstall, it's no longer necessary (just setEelco Dolstra2006-12-27
* * Split the installPhase into installPhase and fixupPhase. TheEelco Dolstra2006-12-27
* * Allow the patch flags to be overriden through $patchFlags.Eelco Dolstra2006-12-27
* * Pass makeFlags to `make check'.Eelco Dolstra2006-12-27
* * Pass makeFlags to `make install' as well. This is because quiteEelco Dolstra2006-12-27
* * Variable $installTargets to override the install target inEelco Dolstra2006-12-27
* * Fix the quadratic performance in substitute().Eelco Dolstra2006-12-27
* * Allow "make install" to be overriden using $installCommand.Eelco Dolstra2006-12-13
* * TMI.Eelco Dolstra2006-12-11
* * Move the substitution functions into stdenv (not merged yet).Eelco Dolstra2006-12-10
* * Linux kernel: updated to 2.6.18.1.Eelco Dolstra2006-10-31
* * Hook variables in the generic builder are now executed using eval.Eelco Dolstra2006-10-26
* * Add x86_64-linux to the isLinux attribute.Eelco Dolstra2006-10-23
* * stdenv.mkDerivation: add any attributes in the "passthru" attributeEelco Dolstra2006-09-14
* * Step 2. Too bad we can't replace files atomically in SVN!Eelco Dolstra2006-08-29
* * Step 1...Eelco Dolstra2006-08-29
* add attribute isLinux. Nice for packages we only want to build on linux, but ...Armijn Hemel2006-08-29
* * Through the magic of functional programming, let stdenv export aEelco Dolstra2006-08-07
* * On Darwin, use Apple's gcc fork.Eelco Dolstra2006-07-14
* * stdenv.mkDerivation now takes an optional attribute "meta" thatEelco Dolstra2006-03-10
* * Push packages from the final stdenv bootstrapping phase toEelco Dolstra2006-02-09
* * "." -> "source".Eelco Dolstra2005-12-05
* * Update a bunch of base packages.Eelco Dolstra2005-10-11
* * mkDerivation: accept an argument `realBuilder' (stupid name) toEelco Dolstra2005-06-20
* * Don't patch symlinked shared libraries.Eelco Dolstra2005-06-17
* * Move ensureDir() up, otherwise calls to fail() might fail.Eelco Dolstra2005-06-17
* * Fix regexp to match base-32 hashes.Eelco Dolstra2005-03-10
* * Use `--strip-debug', not `--strip-all', so that we can at least getEelco Dolstra2005-02-23
* * Make it possible to override the log writer (from its default,Eelco Dolstra2005-02-22
* * Use the generic substituter in the generation of stdenv and gcc-wrapper.Eelco Dolstra2005-02-22
* * 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
* * Replace stdenv-generic with its branch (step 1).Eelco Dolstra2004-09-17
* * 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
* * Remove trivial builders.Eelco Dolstra2004-03-29
* * 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
* * Set the TZ variable to UTC to prevent silly errors in date strings.Eelco Dolstra2004-03-09