82e678362f
svn path=/nixpkgs/trunk/; revision=4335
12 lines
220 B
Bash
12 lines
220 B
Bash
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
|