forked from mirrors/nixpkgs
libe-book: fix build with gcc6
This commit is contained in:
parent
0437bc9663
commit
4e5f484016
|
@ -28,6 +28,7 @@ stdenv.mkDerivation {
|
|||
src = fetchurl {
|
||||
inherit (s) url sha256;
|
||||
};
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=unused-function";
|
||||
meta = {
|
||||
inherit (s) version;
|
||||
description = ''Library for import of reflowable e-book formats'';
|
||||
|
|
Loading…
Reference in a new issue