Skip to content

Commit

Permalink
Merge ../builds/hammer_build_setuptools-git-versioning_2.0.0/overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
TyberiusPrime committed Dec 16, 2024
2 parents ac933b0 + b048a48 commit a67ee27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions overrides/setuptools-git-versioning/2.0.0/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/setuptools-git-versioning/2.0.0/rules.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BuildSystems = [ "setuptools",]

0 comments on commit a67ee27

Please sign in to comment.