12 stdenv.mkDerivation rec {
17 url = "https://git.code.sf.net/p/libepubgen/code";
18 rev = "libepubgen-${version}";
19 hash = "sha256-wPpU8Sfhx9GIgDmT/otT5yV4iQKm9QPZqgSBTfFcbbg=";
35 description = "EPUB generator for librevenge";
36 homepage = "https://sourceforge.net/projects/libepubgen/";
37 license = licenses.mpl20;
39 platforms = platforms.all;