treewide: stdenv.is -> stdenv.hostPlatform.is (#356363)
[NixPkgs.git] / pkgs / development / libraries / gtk-sharp / builder.sh
blob45e640e2a708a93060bd31fde443043ab16f6717
1 if [ -e "$NIX_ATTRS_SH_FILE" ]; then . "$NIX_ATTRS_SH_FILE"; elif [ -f .attrs.sh ]; then . .attrs.sh; fi
2 source $stdenv/setup
4 genericBuild
6 # !!! hack
7 export ALL_INPUTS="$out $pkgs"
9 find $out -name "*.dll.config" | while read configFile; do
10 echo "modifying config file $configFile"
11 $monoDLLFixer "$configFile"
12 done