summary refs log tree commit diff
path: root/pkgs/stdenv
Commit message (Expand)AuthorAge
...
* | | | Random cleanup: use "or" in adapters.nixEelco Dolstra2012-12-28
* | | | Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
* | | | Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra2012-12-28
* | | | Remove trailing whitespaceEelco Dolstra2012-12-28
* | | | Add an option ‘stdenv.userHook’ to set a global stdenv setup hookEelco Dolstra2012-12-28
* | | | Revert "Merge pull request #229 from viric/niximpure2-stdenv-updates"Eelco Dolstra2012-12-28
* | | | stdenv: Stripping out/lib32 tooLluís Batlle i Rossell2012-12-27
| |/ / |/| |
* | | Fixing problems in the previous commit. It didn't work.Lluís Batlle i Rossell2012-12-26
* | | 2nd approach at getting a check for /niximpure in stdenv-updatesLluís Batlle i Rossell2012-12-26
|/ /
* | Don't preserve timestamps when copying sources to the temporary build directory.Shea Levy2012-12-14
* | Merge remote-tracking branch 'origin/master' into stdenv-updatesEelco Dolstra2012-12-04
|\|
| * Remove support for the obsolete powerpc-darwin and i686-darwin platformsEelco Dolstra2012-11-29
* | Merge branch 'master' into stdenv-updates.Peter Simons2012-11-21
|\|
| * 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
* | checkPhase: Pass VERBOSE=y so that failing tests show something usefulEelco Dolstra2012-10-16
* | Update stdenv.is64bitEelco Dolstra2012-10-16
* | For consistency, don't use the -v flag when copying a directory $srcEelco Dolstra2012-09-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