amixer: Depend on stumpwm.

We were missing stumpwm as a dependency in the asd file.
This commit is contained in:
Pierre Langlois 2018-12-02 11:40:06 +00:00 committed by Javier Olaechea
parent 3c5be7afd2
commit bd47cec14f

View file

@ -5,6 +5,7 @@
:description "Manipulate the volume using amixer"
:author "Amy Templeton, Jonathan Moore Liles, Ivy Foster"
:license "GPL v3"
:depends-on (#:stumpwm)
:components ((:file "package")
(:file "amixer")))