darwin.xcode*: set pname and version

This commit is contained in:
Sigmanificient
2026-02-05 23:16:13 +01:00
parent b667c25e0c
commit ed37125a53
+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: {