libreoffice: 3.6.6.2 -> 4.0.5.2

This commit is contained in:
Domen Kožar
2013-09-01 01:57:33 +02:00
parent 793fa68806
commit ef8a149b6f
8 changed files with 186 additions and 388 deletions

View File

@@ -1,14 +1,14 @@
{ stdenv, fetchurl, pkgconfig, glib, libgsf, libxml2 }:
{ stdenv, fetchurl, zlib, pkgconfig, glib, libgsf, libxml2 }:
stdenv.mkDerivation rec {
name = "libwpd-0.9.4";
name = "libwpd-0.9.5";
src = fetchurl {
url = "mirror://sourceforge/libwpd/${name}.tar.xz";
sha256 = "0qba429cqd72nwn1mzpj7llyi3kwykb2lplcfxffvq8svzxyzkxy";
sha256 = "1qvmnszql8c900py83wrxnj2pyyy4107scdhvmhapp4gpmccmg7f";
};
buildInputs = [ glib libgsf libxml2 ];
buildInputs = [ glib libgsf libxml2 zlib ];
nativeBuildInputs = [ pkgconfig ];
}