lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

ebook_tools: fix cross

This doesn't seem to be necessary any more, and isn't cross-friendly.

-5
-5
pkgs/tools/text/ebook-tools/default.nix
··· 12 12 nativeBuildInputs = [ cmake pkg-config ]; 13 13 buildInputs = [ libxml2 libzip ]; 14 14 15 - preConfigure = 16 - '' 17 - NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE $(pkg-config --cflags libzip)" 18 - ''; 19 - 20 15 meta = with lib; { 21 16 homepage = "http://ebook-tools.sourceforge.net"; 22 17 description = "Tools and library for dealing with various ebook file formats";