summary refs log tree commit diff
path: root/pkgs/development/libraries/gtkmozembed-sharp/builder.sh
blob: f6911c63ac92951619b6ee4897ce805ad872f35f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
. $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