emacsPackages.eaf-browser: add Python dependency.

This commit is contained in:
thattemperature
2025-10-23 11:47:22 +08:00
parent 01f116e4df
commit df0b96d06b
@@ -60,6 +60,7 @@ melpaBuild (finalAttrs: {
eafPythonDeps =
ps: with ps; [
pysocks
pycookiecheat
];
};