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