From f1af5ee2675dea3c28337f462d99e71a0da0d4b0 Mon Sep 17 00:00:00 2001 From: Leonid Belyaev Date: Mon, 22 May 2023 22:34:16 -0400 Subject: [PATCH] epub2txt2: init 2.06 --- pkgs/tools/text/epub2txt2/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/text/epub2txt2/default.nix b/pkgs/tools/text/epub2txt2/default.nix index 3ce0695712f0..b648d706e5fa 100644 --- a/pkgs/tools/text/epub2txt2/default.nix +++ b/pkgs/tools/text/epub2txt2/default.nix @@ -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";