From 502357ecb903903d6a4c9a9ff0576b4fa5fbe2f4 Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Tue, 19 Jan 2021 19:22:29 +0100 Subject: gperftools: drop an option that seems no longer supported > warning: unknown warning option '-Wno-aligned-allocation-unavailable'; > did you mean '-Wno-debug-compression-unavailable'? [-Wunknown-warning-option] --- pkgs/development/libraries/gperftools/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/libraries/gperftools') diff --git a/pkgs/development/libraries/gperftools/default.nix b/pkgs/development/libraries/gperftools/default.nix index 91b2c2929a4..140cd10473a 100644 --- a/pkgs/development/libraries/gperftools/default.nix +++ b/pkgs/development/libraries/gperftools/default.nix @@ -34,7 +34,7 @@ stdenv.mkDerivation rec { ''; NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin - "-D_XOPEN_SOURCE -Wno-aligned-allocation-unavailable"; + "-D_XOPEN_SOURCE"; # some packages want to link to the static tcmalloc_minimal # to drop the runtime dependency on gperftools -- cgit 1.4.1