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";