about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/gtk-sharp/builder.sh
blob: 73914495d6d41b4425277b1a55d65cc6cbcd06aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
if [ -e .attrs.sh ]; then source .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