replaceVarsWith: properly set pname, version
Link: https://github.com/NixOS/nixpkgs/issues/485742 Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
@@ -122,7 +122,8 @@ in
|
||||
|
||||
stdenvNoCC.mkDerivation (
|
||||
{
|
||||
name = baseNameOf src;
|
||||
pname = optionalAttrs.pname or optionalAttrs.name or (baseNameOf src);
|
||||
version = "26.11pre-git";
|
||||
}
|
||||
// optionalAttrs
|
||||
// forcedAttrs
|
||||
|
||||
Reference in New Issue
Block a user