epub2txt2: init 2.06

This commit is contained in:
Leonid Belyaev
2023-05-22 22:34:16 -04:00
parent 18ca51617f
commit f1af5ee267
+2
View File
@@ -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";