Commit f887c5b4 authored by OPNA2608's avatar OPNA2608 Committed by github-actions[bot]
Browse files

{open-watcom-v2-full-unwrapped,open-watcom-v2-full}: init at 0-unstable-2025-11-15

To allow testing of docs & GUI building, to make sure this doesn't *completely* bitrot...

(cherry picked from commit 791e9025)
parent 495569a6
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -5195,9 +5195,16 @@ with pkgs;
  opam-installer = callPackage ../development/tools/ocaml/opam/installer.nix { };

  wrapWatcom = callPackage ../development/compilers/open-watcom/wrapper.nix { };

  open-watcom-v2-unwrapped = callPackage ../development/compilers/open-watcom/v2.nix { };
  open-watcom-v2 = wrapWatcom open-watcom-v2-unwrapped { };
  open-watcom-v2-full-unwrapped = open-watcom-v2-unwrapped.override {
    withDocs = true;
    withGUI = true;
  };
  open-watcom-bin-unwrapped = callPackage ../development/compilers/open-watcom/bin.nix { };

  open-watcom-v2 = wrapWatcom open-watcom-v2-unwrapped { };
  open-watcom-v2-full = wrapWatcom open-watcom-v2-full-unwrapped { };
  open-watcom-bin = wrapWatcom open-watcom-bin-unwrapped { };

  rml = callPackage ../development/compilers/rml {