Ryan Sundberg via Guix-patches via schreef op wo 08-06-2022 om 23:39 [- 0700]: > +                  (string-append "'" (assoc-ref inputs "bash") > "/bin/sh'"))) Can be de-label-ified and simplified to (string-append "'" (search- input-file inputs "bin/bash")).