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

@@ -1,10 +1,10 @@
{stdenv, fetchurl, bison, pkgconfig, glib, gettext, perl}:
stdenv.mkDerivation {
name = "mono-2.4.2.1";
name = "mono-2.6.4";
src = fetchurl {
url = http://ftp.novell.com/pub/mono/sources/mono/mono-2.4.2.1.tar.bz2;
sha256 = "0cbg29fz5xnyjmznwzsmaxrr0cxqisyxk7jx7m56p3zzr379f0f5";
url = http://ftp.novell.com/pub/mono/sources/mono/mono-2.6.4.tar.bz2;
sha256 = "08krrl9zdigzxxa10c9scy518301l20xmw6dc2w8s0rvrhxryny0";
};
buildInputs = [bison pkgconfig glib gettext perl];

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