fesoj000 schreef op di 08-03-2022 om 20:26 [+0100]: > +                            (wrap-program (string-append out file) > +                              `("GUIX_PYTHONPATH" = > +                                (,(guix-pythonpath > +                                   (site-package-path > +                                    (assoc-ref inputs "python"))))))) I would expect that python always puts its own site-packages in front of the path, though I could be mistaken, so is this necessary? Also, it looks like some of the python stuf uses 'ldb', so 'ldb' might need to be included as well. Greetings, Maxime.