summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv
AgeCommit message (Expand)Author
2012-05-02* Sync with the trunk.Eelco Dolstra
2012-05-01* Add an installCheckPhase.Eelco Dolstra
2012-04-23Darwin: Use GCC 4.6 in `stdenvNix'.Ludovic Courtès
2012-04-15Add armv7l support.Nicolas Pierron
2012-04-04Revert r33547Shea Levy
2012-04-04tar doesn't need -f - to read from stdinShea Levy
2012-04-04Don't do verbose unpacking, it's just log noiseShea Levy
2012-04-03removed executable bits from Nix filesPeter Simons
2012-03-06Add `stdenv.isGNU'.Ludovic Courtès
2012-02-17Honor propagatedUserEnvPackages in setup.shShea Levy
2012-01-26svn merge ^/nixpkgs/trunkYury G. Kudryashov
2012-01-21Changing every reference from mips64-linux to mips64el-linux. That'sLluís Batlle i Rossell
2012-01-20* Call all the stdenvs "stdenv" (rather than e.g. "stdenv-linux")Eelco Dolstra
2012-01-20* Oops.Eelco Dolstra
2012-01-19* Doh.Eelco Dolstra
2012-01-19* Reuse packages in the Darwin stdenv to prevent unnecessary rebuilds.Eelco Dolstra
2012-01-19* Don't rely on tar knowing about .xz.Eelco Dolstra
2012-01-19* Build ‘xz’ during the stdenvNative bootstrap, since we really can'tEelco Dolstra
2012-01-19* "sed -i" isn't very portable, so don't use it here.Eelco Dolstra
2012-01-19* "test" -> "[ ... ]" (style cleanup).Eelco Dolstra
2012-01-19* Prepend the "prehook" rather than sourcing it.Eelco Dolstra
2012-01-19* The postHook substitution is not used anywhere, so get rid of it.Eelco Dolstra
2012-01-19* Remove an unnecessary check.Eelco Dolstra
2012-01-19* Get rid of params1-5, they're obsolete.Eelco Dolstra
2012-01-19* Don't use the "replace-literal" command in stdenv; instead useEelco Dolstra
2012-01-19* Seems that bash 3.2 on Mac OS X doesn't know the \e Eelco Dolstra
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra
2011-12-20* Add ‘xz’ to stdenv, as suggested by Michael Raskin.Eelco Dolstra
2011-12-14* Streamline the stdenv bootstrap and resulting closure by removingEelco Dolstra
2011-12-12* Sync with the trunk.Eelco Dolstra
2011-12-12* Remove the NIX_STRIP_DEBUG flag. It was undocumented and confusingEelco Dolstra
2011-11-21* /bin and /usr/bin are the same on OpenSolaris so theEelco Dolstra
2011-11-21* i386-sunos -> i686-solaris.Eelco Dolstra
2011-11-20validateLicenses: Warn about derivations lacking licensing information.Ludovic Courtès
2011-11-20stdenv adapters: Use `toString' instead of `exprToString'.Ludovic Courtès
2011-11-18* On FreeBSD, bash is usually installed in /usr/local.Eelco Dolstra
2011-11-12Reverting 30393.Alexander Tsamutali
2011-11-12development/compilers/nvidia-cg-toolkit: New nixbuild.Alexander Tsamutali
2011-10-27* Only print "@ phase..." messages on demand since they're kind ofEelco Dolstra
2011-10-26synchronize with trunkPeter Simons
2011-10-19Bootstrap clang with itselfShea Levy
2011-10-14Add XZ to stdenv.Ludovic Courtès
2011-09-01Making gcc 4.6 that of stdenv.Lluís Batlle i Rossell
2011-08-24Merge from trunk up through r28790Shea Levy
2011-07-28Add a substituteAllInPlace() function to stdenvShea Levy
2011-07-01* Typo.Eelco Dolstra
2011-04-05Add a comment wondering why our static cpio is configured with creation and p...Shea Levy
2011-04-05The busybox cpio does not support '-V', so using '-v'Shea Levy
2011-04-04* Fix indentation.Eelco Dolstra
2011-03-15Remove tabsYury G. Kudryashov