Ludovic Courtès schreef op zo 27-02-2022 om 22:23 [+0100]: > I think this is equivalent to: > >   #~(let* ((inputs #$(input-tuples->gexp (package-inputs this-package))) >            …) >       …) > > Am I right? That's what I suggested initially: > > #~(let* ((inputs #$(input-tuples->gexp (package-inputs this- > package))) > > (usb.ids (search-input-file inputs > "/share/hwdata/usb.ids")) > > (pci.ids (search-input-file inputs > "/share/hwdata/pci.ids"))) > > (list (string-append "-Dwith-usb-ids-path=" usb.ids) [...])) > > > However, that lead to errors -- strings like # appeared in the builder. Greetings, Maxime.