Commit df0b96d0 authored by thattemperature's avatar thattemperature
Browse files

emacsPackages.eaf-browser: add Python dependency.

parent 01f116e4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -60,6 +60,7 @@ melpaBuild (finalAttrs: {
    eafPythonDeps =
      ps: with ps; [
        pysocks
        pycookiecheat
      ];
  };