2005-02-27 00:45:19 +01:00
|
|
|
{input, stdenv, fetchurl, perl, perlXMLParser, pkgconfig, gtk, libgnomeprint, libgnomecanvas, gnomeicontheme}:
|
|
|
|
|
|
|
|
stdenv.mkDerivation {
|
|
|
|
inherit (input) name src;
|
|
|
|
|
|
|
|
buildInputs = [
|
2005-03-10 13:49:37 +01:00
|
|
|
perl perlXMLParser pkgconfig
|
|
|
|
gtk libgnomeprint libgnomecanvas gnomeicontheme
|
|
|
|
];
|
2005-02-27 00:45:19 +01:00
|
|
|
}
|