nixpkgs/pkgs/stdenv/mingw/fix-builder.sh
Martin Bravenboer a2dd4f8905 More variables to fix
svn path=/nixpkgs/trunk/; revision=6265
2006-08-27 03:56:58 +00:00

22 lines
442 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
doCoverageAnalysis=$DOCOVERAGEANALYSIS
dontInstall=$DONTINSTALL
configureFlags=$CONFIGUREFLAGS
buildUtilities=$BUILDUTILITIES
logPhases=$LOGPHASES
lcov=$LCOV
fi
source $@