Hey Noé, Pushed as 8d6389b866d91a72569ecf50ddf313c17430d34b! Thank you, and thanks for your patience! Of course, only after pushing and thinking through the FUSE issue did I realize that something must be wrong with the tests because we cannot rely on ‘fusermount3’ or FUSE in general in the build environment. Indeed, those tests were not building anything at all because the ‘check’ derivation has zero outputs. So I tried the change below, but that leads to a failing test: --8<---------------cut here---------------start------------->8--- Failed to run /tmp/guix-build-check-appimage.drv-0/appimage_extracted_b74cb93b3ec3113d87e0f1da08dcd973/AppRun: No such file or directory builder for `/gnu/store/jxvrfa81m60zwwdrj55x0npmfbgblfv6-check-appimage.drv' failed with exit code 127 --8<---------------cut here---------------end--------------->8--- Could you or Sebastian take a look? No rush, but it’s best to have working tests for features like this. (Please open a new issue to follow up on this.) Thanks, Ludo’.