* Added gtksourceview and gtksourceview-sharp.
svn path=/nixpkgs/trunk/; revision=2344
This commit is contained in:
11
pkgs/development/libraries/gtksourceview-sharp/builder.sh
Normal file
11
pkgs/development/libraries/gtksourceview-sharp/builder.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
. $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
|
||||
Reference in New Issue
Block a user