6 # fails on older Boost due to https://github.com/boostorg/phoenix/issues/111
18 stdenv.mkDerivation rec {
22 src = fetchFromGitHub {
23 owner = "LibreOffice";
25 rev = "libetonyek-${version}";
26 hash = "sha256-wgyeQj1sY78sbbZT+NZuq9HEKB+ta7wwipbfN3JkyyU=";
46 configureFlags = ["--with-mdds=2.1"];
49 description = "Library and a set of tools for reading and converting Apple iWork documents (Keynote, Pages and Numbers)";
50 homepage = "https://github.com/LibreOffice/libetonyek";
51 changelog = "https://github.com/LibreOffice/libetonyek/blob/${src.rev}/NEWS";
52 license = licenses.mpl20;
54 platforms = platforms.all;