summary refs log tree commit diff
path: root/pkgs/stdenv
Commit message (Expand)AuthorAge
* Remove support for the obsolete powerpc-darwin and i686-darwin platformsEelco Dolstra2012-11-29
* Add a stdenv adapter ‘keepDebugInfo’ to make a debug buildEelco Dolstra2012-10-31
* The loongson2f bootstrap files were already at nixos.org.Lluís Batlle i Rossell2012-10-25
* Setting the loongson2f bootstrap tools in a public place.Lluís Batlle i Rossell2012-10-25
* Add hacky way to prevent Hydra from building/distributing unfree packagesEelco Dolstra2012-08-22
* stdenv/generic/default.nix: Simplify the code using the "or" constructEelco Dolstra2012-08-22
* stdenv: Fix typo.Ludovic Courtès2012-08-21
* stdenv: Add `isGlibc' function.Ludovic Courtès2012-08-21
* * Sync with the trunk.Eelco Dolstra2012-05-02
|\
| * Darwin: Use GCC 4.6 in `stdenvNix'.Ludovic Courtès2012-04-23
| * Add armv7l support.Nicolas Pierron2012-04-15
| * removed executable bits from Nix filesPeter Simons2012-04-03
* | * Add an installCheckPhase.Eelco Dolstra2012-05-01
* | Revert r33547Shea Levy2012-04-04
* | tar doesn't need -f - to read from stdinShea Levy2012-04-04
* | Don't do verbose unpacking, it's just log noiseShea Levy2012-04-04
|/
* Add `stdenv.isGNU'.Ludovic Courtès2012-03-06
* Honor propagatedUserEnvPackages in setup.shShea Levy2012-02-17
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-01-26
|\
| * Changing every reference from mips64-linux to mips64el-linux. That'sLluís Batlle i Rossell2012-01-21
* | * 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