darwin.xcode*: set pname and version (#487437)

This commit is contained in:
Jo
2026-02-06 14:16:09 +00:00
committed by GitHub
+9 -1
View File
@@ -53,7 +53,15 @@ let
};
in
app.overrideAttrs (oldAttrs: oldAttrs // { inherit meta; });
app.overrideAttrs (
oldAttrs:
oldAttrs
// {
pname = "xcode";
inherit version;
inherit meta;
}
);
in
lib.makeExtensible (self: {