summary refs log tree commit diff
path: root/pkgs/stdenv/generic
Commit message (Expand)AuthorAge
* stdenv.mkDerivation: Add meta and passthru to all outputs.Shea Levy2013-03-02
* lib.licenses.proprietary is definitely unfreeShea Levy2013-01-27
* With !allowUnfree, reject unfree-redistributable packages as wellEelco Dolstra2013-01-24
* Add config option ‘allowUnfree’Eelco Dolstra2013-01-17
* Pass ‘config’ to stdenv/generic/default.nixEelco Dolstra2013-01-17
* Remove support for the obsolete powerpc-darwin and i686-darwin platformsEelco Dolstra2012-11-29
* 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
|\
| * Add armv7l support.Nicolas Pierron2012-04-15
* | * 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
* | * Doh.Eelco Dolstra2012-01-19
* | * Don't rely on tar knowing about .xz.Eelco 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
* | * Streamline the stdenv bootstrap and resulting closure by removingEelco Dolstra2011-12-14
* | * Sync with the trunk.Eelco Dolstra2011-12-12
|\|
| * * i386-sunos -> i686-solaris.Eelco Dolstra2011-11-21
| * 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
* | Add a substituteAllInPlace() function to stdenvShea Levy2011-07-28
* | Remove tabsYury G. Kudryashov2011-03-15
* | Improving a bit the manpage gzip code. I decided to gzip hard links and softLluís Batlle i Rossell2011-03-09
* | Adding a manpage gzipping stage in the fixupPhase. This should go unnoticed,Lluís Batlle i Rossell2011-03-09
* | stdenv: Emit `phase-started' and `phase-succeeded' events.Ludovic Courtès2011-02-25
|/
* Setting any stdenv.system references for the loongson2f system to 'mips64-lin...Lluís Batlle i Rossell2010-09-01
* Updating from trunk. I had to do some changes to make it fit.Lluís Batlle i Rossell2010-08-29
|\
| * pkgs/stdenv/generic: cosmetic changesPeter Simons2010-08-23
| * pkgs/stdenv/generic: added stdenv attributes isFreeBSD, isOpenBSD, and isBSDPeter Simons2010-08-23
* | Addindg isArm and enlarging isMips for stdenv.Lluís Batlle i Rossell2010-08-21
* | Adding in stdenv an 'isMips' attribute.Lluís Batlle i Rossell2010-08-21