On Fri, Apr 24, 2020 at 07:21:06PM +1200, Boris A. Dekshteyn wrote: > @@ -169,13 +169,21 @@ the leaves of a full binary tree.") > ("xsetroot" ,xsetroot) > ("libx11" ,libx11) > ("libxext" ,libxext) > - ("libxinerama" ,libxinerama))) > + ("libxrandr" ,libxrandr) > + ("libxinerama" ,libxinerama) > + ("bash" ,bash))) May I ask why you added bash to the dependencies? In my tests the package builds fine when I remove this line. Apart from this, LGTM. Thanks for your patch! Jakub Kądziołka