mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
Revert "replaceVarsWith: properly set pname, version"
Breaks stdenv, e.g. python3Minimal, where the build fails with > find: ‘nuke-refs’: No such file or directory
This commit is contained in:
parent
d79bba9a91
commit
ce0ee92617
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