Skip to content

Commit 3cdb05a

Browse files
committed
overrides: setuptools for phonetics
1 parent 7ecc065 commit 3cdb05a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

overrides/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2218,6 +2218,10 @@ lib.composeManyExtensions [
22182218
}
22192219
);
22202220

2221+
phonetics = prev.phonetics.overridePythonAttrs (old: {
2222+
propagatedBuildInputs = old.propagatedBuildInputs or [ ] ++ [ final.setuptools ];
2223+
});
2224+
22212225
pikepdf = prev.pikepdf.overridePythonAttrs (
22222226
old: {
22232227
buildInputs = old.buildInputs or [ ] ++ [ pkgs.qpdf final.pybind11 ];

0 commit comments

Comments
 (0)