1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00

libe-book: fix build with gcc6

This commit is contained in:
Robin Gloster 2017-01-19 02:18:03 +01:00
parent d6bac43a14
commit 55c8891426
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -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'';