nixpkgs/pkgs/stdenv/mingw
aszlig 82f94df719 stdenv/setup.sh: Always run postPatch hook.
I'm not sure whether this was by intention, but so far postPatch hooks were
silently skipped whenever the patches list was empty. This change could possibly
change the build results of the following packages:

 * gcc
 * cmake (264)
 * systemtap
 * quemu-kvm

These packages all have in common that they have a postPatch hook and the
patches list can be empty when certain conditions are met.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-02-27 15:26:18 +01:00
..
cygpath removed executable bits from Nix files 2012-04-03 06:31:19 +00:00
fetchurl Cleanup of various echo and debug messages. Added top-level mingw.nix for use with nix-env, because many asserts are broken all-packages.nix does not work with mingw stdenv. 2006-08-17 01:25:46 +00:00
pkgs removed executable bits from Nix files 2012-04-03 06:31:19 +00:00
simple-stdenv trying to fix mingw setup 2009-11-13 10:30:29 +00:00
builder.sh * Second attempt. 2006-12-31 19:52:41 +00:00
default-builder.sh Major work on the mingw stdenv. Basics now works. 2006-08-17 00:54:32 +00:00
default.nix Typos 2010-08-06 20:23:35 +00:00
fix-builder.sh M stdenv/mingw/pkgs/default.nix 2006-08-27 12:52:06 +00:00
msys-builder.sh Basic stdenv for mingw. No compiler yet and setup needs more fixing. 2006-08-15 21:25:14 +00:00
setup.sh stdenv/setup.sh: Always run postPatch hook. 2013-02-27 15:26:18 +01:00