Add Quri to the dependency list of "lookup"

This commit is contained in:
Wojciech S. Gac 2021-01-06 03:41:52 +01:00 committed by Javier Olaechea
parent 6514148c7c
commit fbfa29eb72

View file

@ -5,6 +5,6 @@
:description "Dictionary/search engine lookup module for StumpWM."
:author "Wojciech S. Gac <wojciech.s.gac@gmail.com>"
:license "GPLv3"
:depends-on (#:stumpwm #:alexandria)
:depends-on (#:stumpwm #:alexandria #:quri)
:components ((:file "package")
(:file "lookup")))