Commit baf3ae62 authored by Doron Behar's avatar Doron Behar
Browse files

pyglossary-gui: add cmd interface as well

parent 423c5bab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,5 +5,6 @@
python3.pkgs.toPythonApplication (
  python3.pkgs.pyglossary.override {
    enableGui = true;
    enableCmd = true;
  }
)