2010-05-07 15:01:52 +01:00
|
|
|
{stdenv, fetchurl, pkgconfig, gtk, gettext, intltool, libgnomecanvas, libgnomeprint, gnomeicontheme}:
|
|
|
|
|
|
|
|
stdenv.mkDerivation {
|
2013-12-18 14:37:55 +00:00
|
|
|
name = "libgnomeprintui-2.18.6";
|
2010-05-07 15:01:52 +01:00
|
|
|
|
|
|
|
src = fetchurl {
|
2013-12-18 14:37:55 +00:00
|
|
|
url = mirror://gnome/sources/libgnomeprintui/2.18/libgnomeprintui-2.18.6.tar.bz2;
|
|
|
|
sha256 = "0spl8vinb5n6n1krnfnr61dwaxidg67h8j94z9p59k2xdsvfashm";
|
2010-05-07 15:01:52 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
buildInputs = [ pkgconfig gtk gettext intltool libgnomecanvas libgnomeprint gnomeicontheme];
|
|
|
|
}
|