libwps 0.4.1 -> 0.4.2
This commit is contained in:
@@ -1,17 +1,18 @@
|
|||||||
{ stdenv, fetchurl, boost, pkgconfig, librevenge, zlib }:
|
{ stdenv, fetchurl, boost, pkgconfig, librevenge, zlib }:
|
||||||
|
|
||||||
|
let version = "0.4.2"; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libwps-${version}";
|
name = "libwps-${version}";
|
||||||
version = "0.4.1";
|
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/libwps/${name}.tar.gz";
|
url = "mirror://sourceforge/libwps/${name}.tar.gz";
|
||||||
sha256 = "0nc44ia5sn9mmhkq5hjacz0vm520wldq03whc5psgcb9dahvsjsc";
|
sha256 = "0c90i3zafxxsj989bd9bs577blx3mrb90rj52iv6ijc4qivi4wkr";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ boost pkgconfig librevenge zlib ];
|
buildInputs = [ boost pkgconfig librevenge zlib ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
inherit version;
|
||||||
homepage = http://libwps.sourceforge.net/;
|
homepage = http://libwps.sourceforge.net/;
|
||||||
description = "Microsoft Works file word processor format import filter library";
|
description = "Microsoft Works file word processor format import filter library";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
|||||||
Reference in New Issue
Block a user