mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
libwps 0.4.1 -> 0.4.2
This commit is contained in:
parent
65bb240357
commit
0e9bc96889
@ -1,17 +1,18 @@
|
||||
{ stdenv, fetchurl, boost, pkgconfig, librevenge, zlib }:
|
||||
|
||||
let version = "0.4.2"; in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libwps-${version}";
|
||||
version = "0.4.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/libwps/${name}.tar.gz";
|
||||
sha256 = "0nc44ia5sn9mmhkq5hjacz0vm520wldq03whc5psgcb9dahvsjsc";
|
||||
sha256 = "0c90i3zafxxsj989bd9bs577blx3mrb90rj52iv6ijc4qivi4wkr";
|
||||
};
|
||||
|
||||
buildInputs = [ boost pkgconfig librevenge zlib ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
inherit version;
|
||||
homepage = http://libwps.sourceforge.net/;
|
||||
description = "Microsoft Works file word processor format import filter library";
|
||||
platforms = platforms.linux;
|
||||
|
Loading…
Reference in New Issue
Block a user