nixpkgs/pkgs/development/libraries/gtk-sharp-2/builder.sh
Eelco Dolstra 317a2b5762 * Added gtk# 1.9.2, required by MonoDevelop. However, since MonoDoc
requires the old gtk#, we keep that one around as well.

svn path=/nixpkgs/trunk/; revision=2354
2005-03-09 17:47:01 +00:00

12 lines
215 B
Bash

. $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