5634042fa9
A stdenv/mingw/pkgs/pkgconfig-builder.sh Bootstrap pkg-config: support the setup hook. M stdenv/mingw/fix-builder.sh Fix the "system" variable. svn path=/nixpkgs/trunk/; revision=6267
24 lines
498 B
Bash
Executable File
24 lines
498 B
Bash
Executable File
# Workaround MSYS shell problem
|
|
|
|
if test -z "$out"; then
|
|
buildInputs=$BUILDINPUTS
|
|
buildUtilities=$BUILDUTILITIES
|
|
configureFlags=$CONFIGUREFLAGS
|
|
doCheck=$DOCHECK
|
|
doCoverageAnalysis=$DOCOVERAGEANALYSIS
|
|
dontInstall=$DONTINSTALL
|
|
dontLogThroughTee=$DONTLOGTHROUGHTEE
|
|
lcov=$LCOV
|
|
logPhases=$LOGPHASES
|
|
out=$OUT
|
|
patches=$PATCHES
|
|
propagatedBuildInputs=$PROPAGATEDBUILDINPUTS
|
|
stdenv=$STDENV
|
|
src=$SRC
|
|
srcs=$SRCS
|
|
succeedOnFailure=$SUCCEEDONFAILURE
|
|
system=$SYSTEM
|
|
fi
|
|
|
|
source $@
|