Skip to content

Commit

Permalink
Merge ../builds/hammer_build_pytricia_1.0.2/overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
TyberiusPrime committed Sep 17, 2024
2 parents 6a0c57f + 1782883 commit c1b58bb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions collected.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6162,6 +6162,9 @@
pytreebank = {
"0.2.7" = import ./overrides/pytreebank/0.2.7;
};
pytricia = {
"1.0.2" = import ./overrides/pytricia/1.0.2;
};
pytsk3 = {
"20231007" = import ./overrides/pytsk3/20231007;
};
Expand Down
6 changes: 6 additions & 0 deletions overrides/pytricia/1.0.2/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ final, ... }:
old:
if ((old.format or "sdist") == "wheel") then
{ }
else
{ nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ final.setuptools ]; }
1 change: 1 addition & 0 deletions overrides/pytricia/1.0.2/rules.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BuildSystems = [ "setuptools",]

0 comments on commit c1b58bb

Please sign in to comment.