mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
libgtkhtml = gtkhtml (packages were merged)
libgnomeprint and libnomeprintui were moved to desktop, from platform svn path=/nixpkgs/trunk/; revision=6105
This commit is contained in:
parent
259d0dd9ee
commit
f0d6702f90
@ -67,19 +67,6 @@ rec {
|
|||||||
input = platform.libgnome;
|
input = platform.libgnome;
|
||||||
};
|
};
|
||||||
|
|
||||||
libgnomeprint = (import ./libgnomeprint) {
|
|
||||||
inherit fetchurl stdenv libxml2 perl perlXMLParser pkgconfig popt;
|
|
||||||
inherit glib pango;
|
|
||||||
libart = libart_lgpl;
|
|
||||||
input = platform.libgnomeprint;
|
|
||||||
};
|
|
||||||
|
|
||||||
libgnomeprintui = (import ./libgnomeprintui) {
|
|
||||||
inherit fetchurl stdenv perl perlXMLParser pkgconfig;
|
|
||||||
inherit gtk libgnomeprint libgnomecanvas gnomeicontheme;
|
|
||||||
input = platform.libgnomeprintui;
|
|
||||||
};
|
|
||||||
|
|
||||||
libart_lgpl = (import ./libart_lgpl) {
|
libart_lgpl = (import ./libart_lgpl) {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
input = platform.libart_lgpl;
|
input = platform.libart_lgpl;
|
||||||
@ -126,16 +113,26 @@ rec {
|
|||||||
inherit fetchurl;
|
inherit fetchurl;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
libgnomeprint = (import ./libgnomeprint) {
|
||||||
|
inherit fetchurl stdenv libxml2 perl perlXMLParser pkgconfig popt;
|
||||||
|
inherit glib pango;
|
||||||
|
libart = libart_lgpl;
|
||||||
|
input = desktop.libgnomeprint;
|
||||||
|
};
|
||||||
|
|
||||||
|
libgnomeprintui = (import ./libgnomeprintui) {
|
||||||
|
inherit fetchurl stdenv perl perlXMLParser pkgconfig;
|
||||||
|
inherit gtk libgnomeprint libgnomecanvas gnomeicontheme;
|
||||||
|
input = desktop.libgnomeprintui;
|
||||||
|
};
|
||||||
|
|
||||||
gtkhtml = (import ./gtkhtml) {
|
gtkhtml = (import ./gtkhtml) {
|
||||||
inherit fetchurl stdenv pkgconfig perl perlXMLParser libjpeg gettext;
|
inherit fetchurl stdenv pkgconfig perl perlXMLParser libjpeg gettext;
|
||||||
inherit gtk atk gail libgnomeprint libgnomeprintui libgnomeui libglade gnomeicontheme;
|
inherit gtk atk gail libgnomeprint libgnomeprintui libgnomeui libglade gnomeicontheme;
|
||||||
input = desktop.gtkhtml;
|
input = desktop.gtkhtml;
|
||||||
};
|
};
|
||||||
|
|
||||||
libgtkhtml = (import ./libgtkhtml) {
|
libgtkhtml = gtkhtml;
|
||||||
inherit fetchurl stdenv pkgconfig perl perlXMLParser gtk libxml2 gail;
|
|
||||||
input = desktop.libgtkhtml;
|
|
||||||
};
|
|
||||||
|
|
||||||
gnomeicontheme = (import ./gnome-icon-theme) {
|
gnomeicontheme = (import ./gnome-icon-theme) {
|
||||||
inherit fetchurl stdenv pkgconfig perl perlXMLParser;
|
inherit fetchurl stdenv pkgconfig perl perlXMLParser;
|
||||||
@ -177,5 +174,10 @@ rec {
|
|||||||
libjpeg libpng scrollkeeper libXmu;
|
libjpeg libpng scrollkeeper libXmu;
|
||||||
input = desktop.gnomepanel;
|
input = desktop.gnomepanel;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
libsoup = (import ./libsoup) {
|
||||||
|
inherit stdenv fetchurl pkgconfig libxml2 glib;
|
||||||
|
input = desktop.libsoup;
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user