ddd: fix build with gcc9

This commit is contained in:
Franz Pletz 2019-11-04 22:47:18 +01:00
parent bdce0b36b2
commit 7b42597a59
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
patches = [ ./gcc44.patch ];
NIX_CFLAGS_COMPILE = "-fpermissive";
meta = {
homepage = https://www.gnu.org/software/ddd;
description = "Graphical front-end for command-line debuggers";