* development/libraries/gnome/*: upgraded all gnome packages
to 2.8.3. * development/libraries/gnome/*: copied gtk packages to gnome directory. gnome 2.8.3 did not work on gtk 2.4 nor gtk 2.6. Using the specific version of the gnome platform 2.8.3 directory 'solved' the issue. * development/libraries/gnome/gnome-icon-theme: new packag * development/libraries/gnome/libgtkhtml: new package * development/libraries/gnome/gtkhtml: new package * development/libraries/gnome/libgnomeprint: new package * development/libraries/gnome/libgnomeprintui: new package * development/libraries/gnome/gnome-keyring: new package * development/libraries/gnome/gail: new package * applications/editors/monodoc: new package svn path=/nixpkgs/trunk/; revision=2312
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, mono, gtksharp, perl, perlXMLParser, pkgconfig, glib, gnomevfs, libbonobo}:
|
||||
{stdenv, fetchurl, mono, gtksharp, perl, perlXMLParser, pkgconfig, glib, gconf, gnomevfs, libbonobo}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "MonoDevelop-0.5.1";
|
||||
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
||||
md5 = "d89458a2d909da09b2cc1f37e16d8990";
|
||||
};
|
||||
|
||||
buildInputs = [mono gtksharp perl pkgconfig gnomevfs glib libbonobo];
|
||||
buildInputs = [mono gtksharp perl pkgconfig gnomevfs glib libbonobo gconf];
|
||||
inherit perlXMLParser;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user