buildPython*: remove redundant parenthesis

This commit is intentionally unformatted
for smoother merging and rebasing experience.
This commit is contained in:
Yueh-Shun Li
2025-02-02 14:26:22 +08:00
parent 2b6cde5354
commit 6d2625c64b
@@ -207,8 +207,7 @@ in
let
# Keep extra attributes from `attrs`, e.g., `patchPhase', etc.
self = (
stdenv.mkDerivation (
self = stdenv.mkDerivation (
finalAttrs:
let
format' =
@@ -450,8 +449,7 @@ let
unittestFlagsArray = attrs.unittestFlagsArray;
}
)
)
);
);
# This derivation transformation function must be independent to `attrs`
# for fixed-point arguments support in the future.