mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-11 23:50:33 +02:00
* gnu/packages/wm.scm (quickshell): Install QML shared objects to output. Update CMake generator configure flag to use Guix's #:generator keyword argument for cmake-build-system. Quickshell does not use these libraries at runtime, since they are statically linked. But external tooling (e.g. qmllint) need to know about these definitions. We place these libraries in the standard QML location so that $QML_IMPORT_PATH can find these libraries. Change-Id: I38afada42b8e6903970e470b0c8948783fcb3d7f Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>