ebook_tools: fix cross

This doesn't seem to be necessary any more, and isn't cross-friendly.
This commit is contained in:
Alyssa Ross 2023-02-28 10:58:12 +00:00
parent 7f4f8065a8
commit 56be2087c5

View File

@ -12,11 +12,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake pkg-config ];
buildInputs = [ libxml2 libzip ];
preConfigure =
''
NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE $(pkg-config --cflags libzip)"
'';
meta = with lib; {
homepage = "http://ebook-tools.sourceforge.net";
description = "Tools and library for dealing with various ebook file formats";