I decided to place this package in a separate module called "tui.scm" as there are other libraries for building text-based user interfaces that can be added in the future (like [2], for example.) Also to check if the library installed right I tried to build "tiles" game[3] that is using FXTUI: --8<---------------cut here---------------start------------->8--- git clone https://github.com/tusharpm/tiles.git cd tiles guix shell binutils gcc mkdir build cd build cmake .. make -j$(nproc) --8<---------------cut here---------------end--------------->8--- Which worked out flawlessly. Thanks, - avp References: 1. https://github.com/ArthurSonzogni/FTXUI 2. https://github.com/gansm/finalcut 3. https://github.com/tusharpm/tiles -- Artyom "avp" Poptsov Home page: https://memory-heap.org/~avp/ CADR Hackerspace co-founder: https://cadrspace.ru/ GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F