nixpkgs/pkgs/stdenv
Eelco Dolstra 0ebff4e1d0 * buildPhase: skip if there is no Makefile (just like configurePhase
is skipped when there is no configure script).  So you don't need to
  set

    buildPhase = "true";

  for derivations that don't have any build action.

* Variable $makefile to allow the makefile to be specified.

svn path=/nixpkgs/branches/stdenv-updates/; revision=10784
2008-02-20 15:16:48 +00:00
..
cygwin * substitute() in stdenv: use the replace program instead of awful 2008-02-13 14:23:09 +00:00
darwin * nativeGlibc -> nativeLibc (gcc-cross-wrapper is probably broken 2006-10-27 13:44:17 +00:00
freebsd * nativeGlibc -> nativeLibc (gcc-cross-wrapper is probably broken 2006-10-27 13:44:17 +00:00
generic * buildPhase: skip if there is no Makefile (just like configurePhase 2008-02-20 15:16:48 +00:00
initial * Fix stdenv-initial. 2006-12-28 10:54:39 +00:00
linux * Bootstrap binaries for powerpc-linux. 2008-01-25 01:34:20 +00:00
mingw * Rewrite all the SourceForge URLs to mirror://sourceforge/. 2007-08-27 13:01:33 +00:00
native * gcc-wrapper: separately store the flags necessary to find GCC and 2006-10-24 18:26:23 +00:00
nix * gcc-wrapper: separately store the flags necessary to find GCC and 2006-10-24 18:26:23 +00:00
common-path.nix * substitute() in stdenv: use the replace program instead of awful 2008-02-13 14:23:09 +00:00
default.nix * __currentSystem is evil. 2006-10-29 00:05:17 +00:00