2020-04-04 03:15:14 +01:00
|
|
|
{stdenv, fetchurl, pkgconfig, gtk2, gettext, intltool, libgnomecanvas, libgnomeprint, gnome-icon-theme}:
|
2010-05-07 15:01:52 +01:00
|
|
|
|
|
|
|
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 {
|
2020-04-01 02:11:51 +01:00
|
|
|
url = "mirror://gnome/sources/libgnomeprintui/2.18/libgnomeprintui-2.18.6.tar.bz2";
|
2013-12-18 14:37:55 +00:00
|
|
|
sha256 = "0spl8vinb5n6n1krnfnr61dwaxidg67h8j94z9p59k2xdsvfashm";
|
2010-05-07 15:01:52 +01:00
|
|
|
};
|
|
|
|
|
2017-09-05 22:26:13 +01:00
|
|
|
nativeBuildInputs = [ pkgconfig ];
|
2020-04-04 03:15:14 +01:00
|
|
|
buildInputs = [ gtk2 gettext intltool libgnomecanvas libgnomeprint gnome-icon-theme];
|
2010-05-07 15:01:52 +01:00
|
|
|
}
|