mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
libunique: Don't fail on deprecated-declarations
This commit is contained in:
parent
ec1ba5d3f5
commit
46448f27a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user