summary refs log tree commit diff
path: root/pkgs/development/libraries/gtk-sharp/builder.sh
blob: 45e640e2a708a93060bd31fde443043ab16f6717 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
if [ -e "$NIX_ATTRS_SH_FILE" ]; then . "$NIX_ATTRS_SH_FILE"; elif [ -f .attrs.sh ]; then . .attrs.sh; fi
source $stdenv/setup

genericBuild

# !!! hack
export ALL_INPUTS="$out $pkgs"

find $out -name "*.dll.config" | while read configFile; do
    echo "modifying config file $configFile"
    $monoDLLFixer "$configFile"
done