2009-09-29 22:27:34 -07:00
|
|
|
{stdenv, fetchurl, flex, bison, pkgconfig, glib, dbus_glib, libxml2, popt, intltool, ORBit2}:
|
|
|
|
|
|
|
|
stdenv.mkDerivation {
|
|
|
|
name = "libbonobo-2.24.2";
|
2009-11-03 13:48:09 -08:00
|
|
|
|
2009-09-29 22:27:34 -07:00
|
|
|
src = fetchurl {
|
2009-09-29 23:35:09 -07:00
|
|
|
url = mirror://gnome/sources/libbonobo/2.24/libbonobo-2.24.2.tar.bz2;
|
2009-09-29 23:10:45 -07:00
|
|
|
sha256 = "1gr85amd271z0lbr68crcsc24rx1pa5k20f67y3y2mx664527h4m";
|
2009-09-29 22:27:34 -07:00
|
|
|
};
|
2009-11-03 13:48:09 -08:00
|
|
|
|
|
|
|
buildInputs = [ flex bison pkgconfig dbus_glib libxml2 intltool ];
|
|
|
|
propagatedBuildInputs = [ popt glib ORBit2 ];
|
2009-09-29 22:27:34 -07:00
|
|
|
}
|