add fribidi and abiword

commit 5666 + 1!

svn path=/nixpkgs/trunk/; revision=5667
This commit is contained in:
Armijn Hemel 2006-07-08 12:44:39 +00:00
parent c278604064
commit 2453e67212

View file

@ -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