* 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
This commit is contained in:
Eelco Dolstra
2005-03-09 17:47:01 +00:00
parent 5acbab6f75
commit 317a2b5762
6 changed files with 112 additions and 0 deletions
@@ -1,11 +0,0 @@
. $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