nixpkgs/pkgs/stdenv/mingw/fix-builder.sh
Martin Bravenboer 97202ee3b7 Patch for aterm library on mingw (see meta-devel-list)
Moved all the shell fixes to fix-builder.sh, which is now always invoked.

Added aterm to the list of packages provided by mingw.nix

svn path=/nixpkgs/trunk/; revision=6152
2006-08-17 15:33:49 +00:00

16 lines
272 B
Bash
Executable file

# Workaround MSYS shell problem
if test -z "$out"; then
stdenv=$STDENV
out=$OUT
src=$SRC
srcs=$SRCS
buildInputs=$BUILDINPUTS
propagatedBuildInputs=$PROPAGATEDBUILDINPUTS
succeedOnFailure=$SUCCEEDONFAILURE
patches=$PATCHES
doCheck=$DOCHECK
fi
source $@