ebook_tools: fix cross
This doesn't seem to be necessary any more, and isn't cross-friendly.
This commit is contained in:
parent
7f4f8065a8
commit
56be2087c5
@ -12,11 +12,6 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ cmake pkg-config ];
|
nativeBuildInputs = [ cmake pkg-config ];
|
||||||
buildInputs = [ libxml2 libzip ];
|
buildInputs = [ libxml2 libzip ];
|
||||||
|
|
||||||
preConfigure =
|
|
||||||
''
|
|
||||||
NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE $(pkg-config --cflags libzip)"
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://ebook-tools.sourceforge.net";
|
homepage = "http://ebook-tools.sourceforge.net";
|
||||||
description = "Tools and library for dealing with various ebook file formats";
|
description = "Tools and library for dealing with various ebook file formats";
|
||||||
|
Loading…
Reference in New Issue
Block a user