replaceVarsWith: properly set pname, version (#528305)

This commit is contained in:
Philip Taron 2026-06-10 19:44:15 +00:00 committed by GitHub
commit 3094ebc7c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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