add fribidi and abiword
commit 5666 + 1! svn path=/nixpkgs/trunk/; revision=5667
This commit is contained in:
@@ -1128,6 +1128,10 @@ rec {
|
|||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fribidi = (import ../development/libraries/fribidi) {
|
||||||
|
inherit fetchurl stdenv;
|
||||||
|
};
|
||||||
|
|
||||||
zlib = (import ../development/libraries/zlib) {
|
zlib = (import ../development/libraries/zlib) {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
@@ -2011,6 +2015,12 @@ rec {
|
|||||||
|
|
||||||
### APPLICATIONS
|
### 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) {
|
openoffice = (import ../applications/office/openoffice) {
|
||||||
inherit fetchurl stdenv pam python tcsh libxslt
|
inherit fetchurl stdenv pam python tcsh libxslt
|
||||||
perl perlArchiveZip perlCompressZlib zlib libjpeg
|
perl perlArchiveZip perlCompressZlib zlib libjpeg
|
||||||
|
|||||||
Reference in New Issue
Block a user