about summary refs log tree commit diff
path: root/pkgs/stdenv
AgeCommit message (Expand)AuthorFilesLines
2012-12-28Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra2-12/+12
2012-12-28Remove trailing whitespaceEelco Dolstra3-39/+39
2012-12-28Add an option ‘stdenv.userHook’ to set a global stdenv setup hookEelco Dolstra6-10/+20
2012-12-28Revert "Merge pull request #229 from viric/niximpure2-stdenv-updates"Eelco Dolstra4-13/+2
2012-12-27stdenv: Stripping out/lib32 tooLluís Batlle i Rossell1-1/+1
2012-12-26Fixing problems in the previous commit. It didn't work.Lluís Batlle i Rossell2-4/+7
2012-12-262nd approach at getting a check for /niximpure in stdenv-updatesLluís Batlle i Rossell4-2/+10
2012-12-14Don't preserve timestamps when copying sources to the temporary build directory.Shea Levy1-1/+1
2012-12-04Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra3-23/+19
2012-11-29Remove support for the obsolete powerpc-darwin and i686-darwin platformsEelco Dolstra3-23/+19
2012-11-21Merge branch 'master' into stdenv-updates.Peter Simons2-16/+28
2012-10-31Add a stdenv adapter ‘keepDebugInfo’ to make a debug buildEelco Dolstra1-15/+27
2012-10-25The loongson2f bootstrap files were already at nixos.org.Lluís Batlle i Rossell1-1/+1
2012-10-25Setting the loongson2f bootstrap tools in a public place.Lluís Batlle i Rossell1-1/+1
2012-10-16checkPhase: Pass VERBOSE=y so that failing tests show something usefulEelco Dolstra1-1/+1
2012-10-16Update stdenv.is64bitEelco Dolstra1-1/+3
2012-09-25For consistency, don't use the -v flag when copying a directory $srcEelco Dolstra1-1/+1
2012-08-22Add hacky way to prevent Hydra from building/distributing unfree packagesEelco Dolstra1-0/+5
2012-08-22stdenv/generic/default.nix: Simplify the code using the "or" constructEelco Dolstra1-20/+11
2012-08-21stdenv: Fix typo.Ludovic Courtès1-1/+1
2012-08-21stdenv: Add `isGlibc' function.Ludovic Courtès1-1/+4
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