darwin.xcode*: set pname and version (#487437)
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user