Talk:Nixpkgs/Reviewing changes: Difference between revisions

L0b0 (talk | contribs)
 
L0b0 (talk | contribs)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== How to review sub-packages? ==
== How to review sub-packages? ==


I can use an overlay to review the entire set of python3Packages, but I'm unsure how I would test for example just [https://github.com/NixOS/nixpkgs/pull/334596/files this patch]. [[User:L0b0|L0b0]] ([[User talk:L0b0|talk]]) 07:50, 13 September 2024 (UTC)
I can use an overlay to review the entire set of python3Packages, but I'm unsure how I would test for example just [https://github.com/NixOS/nixpkgs/pull/334596/files this patch]. Simply setting <code>python312Packages.pymupdf = self.review.python312Packages.pymupdf;</code>, for example, results in errors "attribute 'pip' missing" and "attribute 'python' missing".
 
[[User:L0b0|L0b0]] ([[User talk:L0b0|talk]]) 07:50, 13 September 2024 (UTC)
Return to "Nixpkgs/Reviewing changes" page.