diff --git a/pkgs/development/interpreters/python/mk-python-derivation.nix b/pkgs/development/interpreters/python/mk-python-derivation.nix index 3f919a095df7..698cb402e46d 100644 --- a/pkgs/development/interpreters/python/mk-python-derivation.nix +++ b/pkgs/development/interpreters/python/mk-python-derivation.nix @@ -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.