libunique: Don't fail on deprecated-declarations

This commit is contained in:
Tor Hedin Brønner 2018-09-12 13:29:52 +02:00 committed by Jan Tojnar
parent ec1ba5d3f5
commit 46448f27a8
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -7,6 +7,8 @@ stdenv.mkDerivation rec {
sha256 = "1fsgvmncd9caw552lyfg8swmsd6bh4ijjsph69bwacwfxwf09j75";
};
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
# patches from Gentoo portage
patches = [
./1.1.6-compiler-warnings.patch