libe-book: fix build with gcc6
This commit is contained in:
@@ -28,6 +28,7 @@ stdenv.mkDerivation {
|
|||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
inherit (s) url sha256;
|
inherit (s) url sha256;
|
||||||
};
|
};
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error=unused-function";
|
||||||
meta = {
|
meta = {
|
||||||
inherit (s) version;
|
inherit (s) version;
|
||||||
description = ''Library for import of reflowable e-book formats'';
|
description = ''Library for import of reflowable e-book formats'';
|
||||||
|
|||||||
Reference in New Issue
Block a user