Fixed it and changed commit message. Thanks! — Jean-Pierre De Jesus DIAZ ------- Original Message ------- On Monday, June 27th, 2022 at 2:19 PM, Liliana Marie Prikler wrote: > Am Montag, dem 27.06.2022 um 10:34 +0000 schrieb Jean Pierre De Jesus > DIAZ: > > > - (lambda* (#:key inputs #:allow-other-keys) > > - (let ((xsldoc (string-append (assoc-ref inputs > > "docbook-xsl") > > + (lambda* (#:key native-inputs #:allow-other-keys) > > + (let ((xsldoc (string-append (assoc-ref native-inputs > > "docbook-xsl") > > The correct usage would be (or native-inputs inputs). > > Cheers