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,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, libwpd }:
{ stdenv, fetchurl, pkgconfig, libwpd, zlib }:
stdenv.mkDerivation rec {
name = "libwpg-0.2.1";
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0d83nx4rxkrq2sbfbbqpddni56h1328dzmraxyl6vh9p4f19rh5d";
};
buildInputs = [ libwpd ];
buildInputs = [ libwpd zlib ];
nativeBuildInputs = [ pkgconfig ];
meta = {