Hi Maxime, > > > +                                (string-append "DESTDIR=" > > +                                               #$output)) > > > DESTDIR is for staged installation, which Guix doesn't do, so set > DESTDIR=/ or don't set it at all (maybe PREFIX or prefix is what you > need to set instead?). Likewise for other packages. > > Greetings, > Maxime. I packaged it this way as at that time was the simples solution. Now I switched to substitution in Makefile itself. Also there's fix for waydroid package as I mistakenly send old patch. Should I also create a service for waydroid + test to check it's running? ---- Petr