_final: prev: (import ./abseil { inherit prev; }) // { gnutls = import ./gnutls { inherit (prev) gnutls; }; prometheus = import ./prometheus { inherit (prev) prometheus; }; pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [ (_pythonFinal: pythonPrev: { pytest-xdist = import ./pytest-xdist { inherit (pythonPrev) pytest-xdist; }; scipy = import ./scipy { inherit (pythonPrev) scipy; }; # sentry-sdk = import ./sentry-sdk { inherit (pythonPrev) sentry-sdk; }; }) ]; }