We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ecc065 + 3cdb05a commit 98293f0Copy full SHA for 98293f0
1 file changed
overrides/default.nix
@@ -2218,6 +2218,10 @@ lib.composeManyExtensions [
2218
}
2219
);
2220
2221
+ phonetics = prev.phonetics.overridePythonAttrs (old: {
2222
+ propagatedBuildInputs = old.propagatedBuildInputs or [ ] ++ [ final.setuptools ];
2223
+ });
2224
+
2225
pikepdf = prev.pikepdf.overridePythonAttrs (
2226
old: {
2227
buildInputs = old.buildInputs or [ ] ++ [ pkgs.qpdf final.pybind11 ];
0 commit comments