Skip to content

Commit

Permalink
Fix some check_libraries() for arch
Browse files Browse the repository at this point in the history
By now, the python-jinja and python-pygments packages are available in
community.
  • Loading branch information
t-wissmann authored and The-Compiler committed Feb 11, 2015
1 parent 00003e4 commit b2a0193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qutebrowser/misc/earlyinit.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,14 +234,14 @@ def check_libraries():
'jinja2':
_missing_str("jinja2",
debian="apt-get install python3-jinja2",
arch="Install python-jinja from the AUR",
arch="Install python-jinja from community",
windows="Install from http://www.lfd.uci.edu/"
"~gohlke/pythonlibs/#jinja2 or via pip.",
pip="jinja2"),
'pygments':
_missing_str("pygments",
debian="apt-get install python3-pygments",
arch="Install python-jinja from the AUR",
arch="Install python-pygments from community",
windows="Install from http://www.lfd.uci.edu/"
"~gohlke/pythonlibs/#pygments or via pip.",
pip="pygments"),
Expand Down

0 comments on commit b2a0193

Please sign in to comment.