Josh Holland writes: > * gnu/packages/xdisorg.scm (bemenu): Update to 0.4.1. Applied, thanks! > --- > I'm not 100% sure that the CFLAGS setting is correct, but without > -fPIC the build fails. Upstream changed their build system, and now > we do not need to explicitly enable the Wayland backend. This is because lib/3rdparty/cdl.a is built statically, and needs to be embedded into the shared libbemenu.so.0. It's odd that the Makefile does not add -fPIC for us though, can you file an upstream bug? Ideally we'd build cdl separately as a shared library and provide it as an input, then -fPIC would be unnecessary.