gtk-sharp-3_0: init at 2.99.3

This commit is contained in:
Al Zohali
2016-03-07 23:21:01 +03:00
parent ec0ffd9078
commit d778ab0cb0
4 changed files with 57 additions and 1 deletions
@@ -0,0 +1,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