17 stdenv.mkDerivation rec {
21 src = fetchFromGitHub {
22 owner = "LibreOffice";
24 rev = "libetonyek-${version}";
25 hash = "sha256-dvYbV+7IakgOkGsZ+zaW+qgn/QoD6Jwq/juaE+7iYug=";
45 configureFlags = ["--with-mdds=2.1"];
48 description = "Library and a set of tools for reading and converting Apple iWork documents (Keynote, Pages and Numbers)";
49 homepage = "https://github.com/LibreOffice/libetonyek";
50 changelog = "https://github.com/LibreOffice/libetonyek/blob/${src.rev}/NEWS";
51 license = licenses.mpl20;
53 platforms = platforms.all;