about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/tools/guile/g-wrap
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/tools/guile/g-wrap')
-rw-r--r--nixpkgs/pkgs/development/tools/guile/g-wrap/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/tools/guile/g-wrap/default.nix b/nixpkgs/pkgs/development/tools/guile/g-wrap/default.nix
index 6bb80306e68e..516076012423 100644
--- a/nixpkgs/pkgs/development/tools/guile/g-wrap/default.nix
+++ b/nixpkgs/pkgs/development/tools/guile/g-wrap/default.nix
@@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
 
   propagatedBuildInputs = [ libffi ];
 
+  env.NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
+
   doCheck = true;
 
   meta = with lib; {