1 {lib, stdenv, fetchurl, boost, icu, libpng, librevenge, zlib, doxygen, pkg-config, cppunit}:
3 stdenv.mkDerivation rec {
8 url = "http://dev-www.libreoffice.org/src/libzmf/${pname}-${version}.tar.xz";
9 sha256 = "08mg5kmkjrmqrd8j5rkzw9vdqlvibhb1ynp6bmfxnzq5rcq1l197";
12 buildInputs = [ boost icu libpng librevenge zlib cppunit ];
13 nativeBuildInputs = [ doxygen pkg-config ];
14 configureFlags = [ "--disable-werror" ];
18 description = "A library that parses the file format of Zoner Callisto/Draw documents";
19 license = lib.licenses.mpl20;
20 maintainers = [lib.maintainers.raskin];
21 platforms = lib.platforms.unix;
22 homepage = "https://wiki.documentfoundation.org/DLP/Libraries/libzmf";
23 downloadPage = "http://dev-www.libreoffice.org/src/libzmf/";