Skip to content

Commit

Permalink
Merge ../builds/hammer_build_termgraph_0.5.3/overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
TyberiusPrime committed Dec 16, 2024
2 parents d564d98 + b824244 commit 5c298c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions collected.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21078,6 +21078,9 @@
terminado = {
"0.18.1" = import ./overrides/terminado/0.18.1;
};
termgraph = {
"0.5.3" = import ./overrides/termgraph/0.5.3;
};
terminal = {
"0.4.0" = import ./overrides/terminal/0.4.0;
};
Expand Down
3 changes: 3 additions & 0 deletions overrides/termgraph/0.5.3/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{final, helpers, resolveBuildSystem, ...}
: old: if (helpers.isWheel old) then {} else {nativeBuildInputs = old.nativeBuildInputs or [] ++ ( resolveBuildSystem {setuptools = [];});}

1 change: 1 addition & 0 deletions overrides/termgraph/0.5.3/rules.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BuildSystems = [ "setuptools",]

0 comments on commit 5c298c5

Please sign in to comment.