Skip to content

2.2.2 (17 Aug 2020)

Compare
Choose a tag to compare
@DavHau DavHau released this 17 Aug 11:17
· 513 commits to master since this release
f0b3b3c

2.2.2 (17 Aug 2020)

Fixes

  • Packages with dot in name led to invalid nix expression
  • Problem generating error message for resolution impossible errors
  • buildPythonPackage of mach-nix failed if arguments like pkgs were passed.
  • When overriding packages, mach-nix now falls back to using overrideAttrs if overridePythonAttrs is not available.

Package Fixes:

  • pip: installation failed. Fixed by forcing nixpkgs provider
  • gdal: building from sdist doesn't work. Fixed by forcing nixpkgs provider

Development

  • Merged project pypi-crawlers into mach-nix (was separated project before)