open-watcom-{bin,v2,v2-full}: set pname and version (#493036)

This commit is contained in:
Jo
2026-02-25 06:28:25 +00:00
committed by GitHub
@@ -58,7 +58,8 @@ let
name = "${open-watcom.passthru.prettyName}-${open-watcom.version}";
in
symlinkJoin {
inherit name;
inherit (open-watcom) version;
pname = open-watcom.passthru.prettyName;
paths = [ open-watcom ];