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