Pinta still does not build (xbuild pkgconfig problems), but mono and gtk-sharp-2 build fine.

svn path=/nixpkgs/trunk/; revision=22322
This commit is contained in:
Lluís Batlle i Rossell
2010-06-18 08:16:21 +00:00
parent 034005647b
commit da9e4402ee
4 changed files with 26 additions and 14 deletions

View File

@@ -16,15 +16,15 @@
}:
stdenv.mkDerivation {
name = "gtk-sharp-1.9.2";
name = "gtk-sharp-2.12.9";
builder = ./builder.sh;
src = fetchurl {
url = http://nixos.org/tarballs/gtk-sharp-1.9.2.tar.gz;
md5 = "b7c5afab5f736ffa4011974302831363";
url = http://ftp.gnome.org/pub/gnome/sources/gtk-sharp/2.12/gtk-sharp-2.12.9.tar.gz;
sha256 = "1wh8zh960s4gq3cs11ys6p1ssblhpj2m8nm4xwv2s3bi7wbmcclh";
};
patches = [ ./dllmap-glue.patch ];
# patches = [ ./dllmap-glue.patch ];
buildInputs = [
pkgconfig mono glib pango gtk GConf libglade libgnomecanvas