summaryrefslogtreecommitdiff
path: root/pkgs/development/interpreters/gnu-apl/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/interpreters/gnu-apl/default.nix')
-rw-r--r--pkgs/development/interpreters/gnu-apl/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/interpreters/gnu-apl/default.nix b/pkgs/development/interpreters/gnu-apl/default.nix
index 8897597eda13..c4a9f5aeb0c3 100644
--- a/pkgs/development/interpreters/gnu-apl/default.nix
+++ b/pkgs/development/interpreters/gnu-apl/default.nix
@@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
"-Wno-error=class-memaccess"
"-Wno-error=restrict"
"-Wno-error=format-truncation"
+ # Needed with GCC 10
+ "-Wno-error=maybe-uninitialized"
]) ++ optional stdenv.cc.isClang "-Wno-error=null-dereference");
patchPhase = lib.optionalString stdenv.isDarwin ''