Commit f1af5ee2 authored by Leonid Belyaev's avatar Leonid Belyaev
Browse files

epub2txt2: init 2.06

parent 18ca5161
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
   sed -i Makefile -e 's!/usr!!'
  '';

  makeFlags = [ "CC:=$(CC)" ];

  meta = {
    description = "A simple command-line utility for Linux, for extracting text from EPUB documents.";
    homepage = "https://github.com/kevinboone/epub2txt2";