Skip to content

Commit

Permalink
Merge pull request nix-community#356 from trepetti/override-tomli
Browse files Browse the repository at this point in the history
Add override for tomli
  • Loading branch information
adisbladis authored Aug 17, 2021
2 parents f008ee4 + 34541dd commit 90a7d6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1907,4 +1907,8 @@ self: super:
sparqlslurper = super.sparqlslurper.overridePythonAttrs (old: {
buildInputs = (old.buildInputs or [ ]) ++ [ self.pbr ];
});

tomli = super.tomli.overridePythonAttrs (old: {
buildInputs = (old.buildInputs or [ ]) ++ [ self.flit-core ];
});
}

0 comments on commit 90a7d6a

Please sign in to comment.