add fribidi and abiword
commit 5666 + 1! svn path=/nixpkgs/trunk/; revision=5667
This commit is contained in:
parent
c278604064
commit
2453e67212
@ -1128,6 +1128,10 @@ rec {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
fribidi = (import ../development/libraries/fribidi) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
zlib = (import ../development/libraries/zlib) {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
@ -2011,6 +2015,12 @@ rec {
|
||||
|
||||
### APPLICATIONS
|
||||
|
||||
abiword = (import ../applications/office/abiword) {
|
||||
inherit fetchurl stdenv pkgconfig fribidi libpng popt;
|
||||
inherit (gtkLibs) glib gtk pango;
|
||||
inherit (gnome) libglade libgnomeprint libgnomeprintui libgnomecanvas;
|
||||
};
|
||||
|
||||
openoffice = (import ../applications/office/openoffice) {
|
||||
inherit fetchurl stdenv pam python tcsh libxslt
|
||||
perl perlArchiveZip perlCompressZlib zlib libjpeg
|
||||
|
Loading…
Reference in New Issue
Block a user