Zac Berkowitz schreef op do 09-06-2022 om 11:11 [-0400]: > +    (native-inputs > +     `(("ruby-asciidoctor" ,ruby-asciidoctor) > +       ("python" ,python))) > +    (inputs > +     `(("gnutls" ,gnutls) > +       ("util-linux:lib" ,util-linux "lib"))) Nowadays, these can be simplified to. (native-inputs (list ruby-asciidoctor python)) Where did you learn about the old form? Likewise (if I remember the syntax right): (list gnutls `(,util-linux "lib")) Greetings, Maxime.