mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
dd5ef003fc
svn path=/nixpkgs/trunk/; revision=2352
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
|