mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
Added required dependency
It was unclear to me that loading clim didnt also load a backend. Added mcclim as an explicit dependency.
This commit is contained in:
parent
86f735d52b
commit
a4f71de5b5
|
|
@ -6,7 +6,7 @@
|
|||
:license "GPLv3"
|
||||
:version "0.0.1"
|
||||
:serial t
|
||||
:depends-on (#:stumpwm #:clim #:clim-lisp)
|
||||
:depends-on (#:stumpwm #:clim #:clim-lisp #:mcclim)
|
||||
:components ((:file "package")
|
||||
(:file "swm-clim-message")
|
||||
(:file "reimplementations")))
|
||||
|
|
|
|||
Loading…
Reference in a new issue