acd95ba26e
necessary to add gtk-sharp to the LD_LIBRARY_PATH. svn path=/nixpkgs/trunk/; revision=2342
12 lines
215 B
Bash
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
|