From 2065890c71f39c750ad98955c739067aca57adc4 Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Sun, 22 Feb 2026 15:09:57 +0100 Subject: [PATCH] open-watcom-{bin,v2,v2-full}: set pname and version --- pkgs/development/compilers/open-watcom/wrapper.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/compilers/open-watcom/wrapper.nix b/pkgs/development/compilers/open-watcom/wrapper.nix index f82502c306e6..21aade8878e8 100644 --- a/pkgs/development/compilers/open-watcom/wrapper.nix +++ b/pkgs/development/compilers/open-watcom/wrapper.nix @@ -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 ];