Commit b2546c2c authored by Matteo Pacini's avatar Matteo Pacini
Browse files

open-watcom-v2-unwrapped: disable strictflexarrays1 to fix build

parent 5728c77d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -51,6 +51,9 @@ stdenv.mkDerivation (finalAttrs: {
      --replace-fail '-static' ""
  '';

  # https://github.com/open-watcom/open-watcom-v2/issues/1608
  hardeningDisable = [ "strictflexarrays1" ];

  nativeBuildInputs = lib.optionals withDocs [
    dosbox # running prebuilt WGML tool to create docs
    ghostscript