mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
texlive{Small,Full,Basic,...}: set pname and version instead of name
(cherry picked from commit 9f112ba059)
This commit is contained in:
committed by
github-actions[bot]
parent
2e49fce950
commit
90dc40975c
@@ -444,7 +444,7 @@ lib.fix (
|
||||
in
|
||||
{
|
||||
|
||||
inherit name;
|
||||
inherit pname version;
|
||||
|
||||
# remove fake derivations (without 'outPath') to avoid undesired build dependencies
|
||||
paths =
|
||||
|
||||
Reference in New Issue
Block a user