nixpkgs/pkgs/desktops/gnome/libgnomeprintui.nix
Eelco Dolstra 3d98c0bf14 * Get rid of all those pointless little directories.
svn path=/nixpkgs/trunk/; revision=8107
2007-02-28 16:38:39 +00:00

11 lines
273 B
Nix

{input, stdenv, fetchurl, perl, perlXMLParser, pkgconfig, gtk, libgnomeprint, libgnomecanvas, gnomeicontheme}:
stdenv.mkDerivation {
inherit (input) name src;
buildInputs = [
perl perlXMLParser pkgconfig
gtk libgnomeprint libgnomecanvas gnomeicontheme
];
}