Skip to content

Commit

Permalink
Merge pull request #1903 from m1-s/phonetics
Browse files Browse the repository at this point in the history
overrides: add setuptools for phonetics
  • Loading branch information
Nebucatnetzer authored Mar 5, 2025
2 parents 7ecc065 + 3cdb05a commit 98293f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2218,6 +2218,10 @@ lib.composeManyExtensions [
}
);

phonetics = prev.phonetics.overridePythonAttrs (old: {
propagatedBuildInputs = old.propagatedBuildInputs or [ ] ++ [ final.setuptools ];
});

pikepdf = prev.pikepdf.overridePythonAttrs (
old: {
buildInputs = old.buildInputs or [ ] ++ [ pkgs.qpdf final.pybind11 ];
Expand Down

0 comments on commit 98293f0

Please sign in to comment.