mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
Revert "replaceVarsWith: properly set pname, version" (#530700)
This commit is contained in:
commit
5e3a9a5832
1 changed files with 1 additions and 2 deletions
|
|
@ -122,8 +122,7 @@ in
|
|||
|
||||
stdenvNoCC.mkDerivation (
|
||||
{
|
||||
pname = optionalAttrs.pname or optionalAttrs.name or (baseNameOf src);
|
||||
version = "26.11pre-git";
|
||||
name = baseNameOf src;
|
||||
}
|
||||
// optionalAttrs
|
||||
// forcedAttrs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue