Skip to content

Commit

Permalink
Remove zipp override, it's no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed May 12, 2020
1 parent 7793d88 commit 2c666c3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions overrides.nix
@@ -1,9 +1,5 @@
{ pkgs }:

self: super: {
zipp = super.zipp.overridePythonAttrs(old: {
propagatedBuildInputs = old.propagatedBuildInputs ++ [
self.toml
];
});

}

0 comments on commit 2c666c3

Please sign in to comment.