Commit 791e9025 authored by OPNA2608's avatar OPNA2608
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...
parent 13b7a967
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -5206,9 +5206,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 {