Skip to content

Commit

Permalink
chore: remove vendored packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 24, 2023
1 parent 46415fa commit e8576e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 48 deletions.
4 changes: 3 additions & 1 deletion overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1941,7 +1941,9 @@ lib.composeManyExtensions [
inherit (self) buildPythonPackage flit;
};

packaging = self.callPackage ./packaging.nix { };
packaging = pkgs.python3.pkgs.packaging.override {
inherit (self) buildPythonPackage flit-core pretend;
};

tomli = self.callPackage ./tomli.nix { };
pyproject-hooks = self.callPackage ./pyproject-hooks.nix { };
Expand Down
47 changes: 0 additions & 47 deletions overrides/packaging.nix

This file was deleted.

0 comments on commit e8576e3

Please sign in to comment.