Hi Guix, These two patches add a 'wrapper-inputs' linter. It detects if "wrap-program" is used without adding "bash" or "bash-minimal" to 'inputs'. Adding "bash" or "bash-minimal" is necessary when cross-compiling, otherwise the resulting wrapper will use an interpreter for the wrong architecture. This linter detects 365 problematic packages. Greetings, Maxime.