libunique: Don't fail on deprecated-declarations
This commit is contained in:
parent
ec1ba5d3f5
commit
46448f27a8
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "1fsgvmncd9caw552lyfg8swmsd6bh4ijjsph69bwacwfxwf09j75";
|
sha256 = "1fsgvmncd9caw552lyfg8swmsd6bh4ijjsph69bwacwfxwf09j75";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
|
||||||
|
|
||||||
# patches from Gentoo portage
|
# patches from Gentoo portage
|
||||||
patches = [
|
patches = [
|
||||||
./1.1.6-compiler-warnings.patch
|
./1.1.6-compiler-warnings.patch
|
||||||
|
|
Loading…
Reference in a new issue