* 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];
|
propagatedBuildInputs = [libxml2 libart_lgpl];
|
||||||
};
|
};
|
||||||
|
|
||||||
libgnomeprintui = import ./libgnomeprintui.nix {
|
libgnomeprintui = stdenv.mkDerivation {
|
||||||
inherit fetchurl stdenv perl perlXMLParser pkgconfig;
|
inherit (desktop.libgnomeprintui) name src;
|
||||||
inherit gtk libgnomeprint libgnomecanvas gnomeicontheme;
|
|
||||||
input = desktop.libgnomeprintui;
|
buildInputs = [
|
||||||
|
perl perlXMLParser pkgconfig gtk libgnomecanvas gnomeicontheme
|
||||||
|
gettext
|
||||||
|
];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
libgnomeprint
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
gtkhtml = import ./gtkhtml.nix {
|
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…
x
Reference in New Issue
Block a user