* Fixed libgnomeprintui.
svn path=/nixpkgs/branches/stdenv-updates/; revision=11868
This commit is contained in:
parent
8a2c8d8e8f
commit
90891496d8
@ -131,10 +131,17 @@ rec {
|
||||
propagatedBuildInputs = [libxml2 libart_lgpl];
|
||||
};
|
||||
|
||||
libgnomeprintui = import ./libgnomeprintui.nix {
|
||||
inherit fetchurl stdenv perl perlXMLParser pkgconfig;
|
||||
inherit gtk libgnomeprint libgnomecanvas gnomeicontheme;
|
||||
input = desktop.libgnomeprintui;
|
||||
libgnomeprintui = stdenv.mkDerivation {
|
||||
inherit (desktop.libgnomeprintui) name src;
|
||||
|
||||
buildInputs = [
|
||||
perl perlXMLParser pkgconfig gtk libgnomecanvas gnomeicontheme
|
||||
gettext
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
libgnomeprint
|
||||
];
|
||||
};
|
||||
|
||||
gtkhtml = import ./gtkhtml.nix {
|
||||
|
@ -1,13 +0,0 @@
|
||||
{input, stdenv, fetchurl, perl, perlXMLParser, pkgconfig, gtk, libgnomeprint, libgnomecanvas, gnomeicontheme}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
inherit (input) name src;
|
||||
|
||||
buildInputs = [
|
||||
perl perlXMLParser pkgconfig gtk libgnomecanvas gnomeicontheme
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
libgnomeprint
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user