Fixing the pinta build (finally!). All looks very ugly, I imagine that mainly because

I know almost nothing about Mono.
I invite others to improve it.

svn path=/nixpkgs/trunk/; revision=22387
This commit is contained in:
Lluís Batlle i Rossell
2010-06-22 21:07:09 +00:00
parent 5dc0d3dbcf
commit 78f5f3359b
3 changed files with 42 additions and 37 deletions

View File

@@ -16,12 +16,12 @@
}:
stdenv.mkDerivation {
name = "gtk-sharp-2.12.9";
name = "gtk-sharp-2.12.10";
builder = ./builder.sh;
src = fetchurl {
url = http://ftp.gnome.org/pub/gnome/sources/gtk-sharp/2.12/gtk-sharp-2.12.9.tar.gz;
sha256 = "1wh8zh960s4gq3cs11ys6p1ssblhpj2m8nm4xwv2s3bi7wbmcclh";
url = http://ftp.gnome.org/pub/gnome/sources/gtk-sharp/2.12/gtk-sharp-2.12.10.tar.gz;
sha256 = "1y55vc2cp4lggmbil2lb28d0gn71iq6wfyja1l9mya5xll8svzwc";
};
# patches = [ ./dllmap-glue.patch ];
@@ -32,5 +32,11 @@ stdenv.mkDerivation {
gnomepanel
];
dontStrip = true;
inherit monoDLLFixer;
passthru = {
inherit gtk;
};
}