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