Brandon Lucas schreef op za 22-01-2022 om 21:28 [+0000]: > + (add-after 'build 'patch-fnlfmt > + (lambda* (#:key inputs #:allow-other-keys) > + (substitute* "fnlfmt" > + (("/usr/bin/env .*lua") (search-input-file inputs > "/bin/lua"))))) > + (inputs (list fennel)) > + (propagated-inputs (list lua)) Given that the shebang in 'fnlfmt' has been patched appropriately, what is the point of propagating here? Can lua be moved to 'inputs'? Greetings, Maxime