From 5728c77d1685925037ba07bc04fb08ca183faeda Mon Sep 17 00:00:00 2001 From: Matteo Pacini Date: Sat, 11 Apr 2026 22:15:15 +0100 Subject: [PATCH 1/2] open-watcom-v2-unwrapped: 0-unstable-2025-11-15 -> 0-unstable-2026-04-11 --- pkgs/development/compilers/open-watcom/v2.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/compilers/open-watcom/v2.nix b/pkgs/development/compilers/open-watcom/v2.nix index 8e9091292f35..177244656c29 100644 --- a/pkgs/development/compilers/open-watcom/v2.nix +++ b/pkgs/development/compilers/open-watcom/v2.nix @@ -17,13 +17,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "${finalAttrs.passthru.prettyName}-unwrapped"; # nixpkgs-update: no auto update - version = "0-unstable-2025-11-15"; + version = "0-unstable-2026-04-11"; src = fetchFromGitHub { owner = "open-watcom"; repo = "open-watcom-v2"; - rev = "fe2ddbd2e5833a85d9ccd3937b304f3f41e44f98"; - hash = "sha256-jv7d5DopGZDnVFQX/t0D9cZSTwgMvcb4kqCnLJSWmNI="; + rev = "e724d4a0e7cc1593ae2430e07a62352b7852dd68"; + hash = "sha256-Xu0oCNO8WyIwe12CjDWXP+2LUzexZcw6Rgzpb80M5cA="; }; postPatch = '' From b2546c2c8f909e21ce00d40139fa15b6306fbfa1 Mon Sep 17 00:00:00 2001 From: Matteo Pacini Date: Sat, 11 Apr 2026 22:15:27 +0100 Subject: [PATCH 2/2] open-watcom-v2-unwrapped: disable strictflexarrays1 to fix build --- pkgs/development/compilers/open-watcom/v2.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/compilers/open-watcom/v2.nix b/pkgs/development/compilers/open-watcom/v2.nix index 177244656c29..4281495471df 100644 --- a/pkgs/development/compilers/open-watcom/v2.nix +++ b/pkgs/development/compilers/open-watcom/v2.nix @@ -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