2023-01-20 10:41:00 +00:00
|
|
|
if [ -e .attrs.sh ]; then source .attrs.sh; fi
|
2020-04-24 23:36:52 +00:00
|
|
|
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
|