summary refs log tree commit diff
path: root/pkgs/stdenv
Commit message (Expand)AuthorAge
* * Call all the stdenvs "stdenv" (rather than e.g. "stdenv-linux")Eelco Dolstra2012-01-20
* * Oops.Eelco Dolstra2012-01-20
* * Doh.Eelco Dolstra2012-01-19
* * Reuse packages in the Darwin stdenv to prevent unnecessary rebuilds.Eelco Dolstra2012-01-19
* * Don't rely on tar knowing about .xz.Eelco Dolstra2012-01-19
* * Build ‘xz’ during the stdenvNative bootstrap, since we really can'tEelco Dolstra2012-01-19
* * "sed -i" isn't very portable, so don't use it here.Eelco Dolstra2012-01-19
* * "test" -> "[ ... ]" (style cleanup).Eelco Dolstra2012-01-19
* * Prepend the "prehook" rather than sourcing it.Eelco Dolstra2012-01-19
* * The postHook substitution is not used anywhere, so get rid of it.Eelco Dolstra2012-01-19
* * Remove an unnecessary check.Eelco Dolstra2012-01-19
* * Get rid of params1-5, they're obsolete.Eelco Dolstra2012-01-19
* * Don't use the "replace-literal" command in stdenv; instead useEelco Dolstra2012-01-19
* * Seems that bash 3.2 on Mac OS X doesn't know the \e Eelco Dolstra2012-01-19
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
* * Add ‘xz’ to stdenv, as suggested by Michael Raskin.Eelco Dolstra2011-12-20
* * Streamline the stdenv bootstrap and resulting closure by removingEelco Dolstra2011-12-14
* * Sync with the trunk.Eelco Dolstra2011-12-12
|\
| * * /bin and /usr/bin are the same on OpenSolaris so theEelco Dolstra2011-11-21
| * * i386-sunos -> i686-solaris.Eelco Dolstra2011-11-21
| * validateLicenses: Warn about derivations lacking licensing information.Ludovic Courtès2011-11-20
| * stdenv adapters: Use `toString' instead of `exprToString'.Ludovic Courtès2011-11-20
| * * On FreeBSD, bash is usually installed in /usr/local.Eelco Dolstra2011-11-18
| * Reverting 30393.Alexander Tsamutali2011-11-12
| * development/compilers/nvidia-cg-toolkit: New nixbuild.Alexander Tsamutali2011-11-12
* | * Remove the NIX_STRIP_DEBUG flag. It was undocumented and confusingEelco Dolstra2011-12-12
* | * Only print "@ phase..." messages on demand since they're kind ofEelco Dolstra2011-10-27
* | synchronize with trunkPeter Simons2011-10-26
|\|
| * Bootstrap clang with itselfShea Levy2011-10-19
* | Add XZ to stdenv.Ludovic Courtès2011-10-14
* | Making gcc 4.6 that of stdenv.Lluís Batlle i Rossell2011-09-01
* | Merge from trunk up through r28790Shea Levy2011-08-24
|\|
| * * Typo.Eelco Dolstra2011-07-01
| * Add a comment wondering why our static cpio is configured with creation and p...Shea Levy2011-04-05
| * The busybox cpio does not support '-V', so using '-v'Shea Levy2011-04-05
| * * Fix indentation.Eelco Dolstra2011-04-04
| * * makeStaticBinaries: handle the case where configureFlags isEelco Dolstra2011-01-20
* | Add a substituteAllInPlace() function to stdenvShea Levy2011-07-28
* | Remove tabsYury G. Kudryashov2011-03-15
* | Improving a bit the manpage gzip code. I decided to gzip hard links and softLluís Batlle i Rossell2011-03-09
* | Adding a manpage gzipping stage in the fixupPhase. This should go unnoticed,Lluís Batlle i Rossell2011-03-09
* | stdenv: Emit `phase-started' and `phase-succeeded' events.Ludovic Courtès2011-02-25
|/
* Making the addCoverageInformation stdenv adapter better in the sense that itLluís Batlle i Rossell2010-11-30
* Fixing a stdenv problem... 'binutils' where linked with zlib fromLluís Batlle i Rossell2010-11-21
* Updating the reference to the i686-linux bootstrap-tools, so it takes theLluís Batlle i Rossell2010-10-29
* Setting any stdenv.system references for the loongson2f system to 'mips64-lin...Lluís Batlle i Rossell2010-09-01
* Updating from trunk. I had to do some changes to make it fit.Lluís Batlle i Rossell2010-08-29
|\
| * pkgs/stdenv/generic: cosmetic changesPeter Simons2010-08-23
| * pkgs/stdenv/generic: added stdenv attributes isFreeBSD, isOpenBSD, and isBSDPeter Simons2010-08-23
* | I still had an error in the stdenvLinux bootstrap; for the previous commit, ILluís Batlle i Rossell2010-08-25