ddd: fix build with gcc9
This commit is contained in:
parent
bdce0b36b2
commit
7b42597a59
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue