bug#18895: 'patch-shebangs' phase vs. cross-compilation
Fixed in commit ac70048. Ludo’.
bug#18895: 'patch-shebangs' phase vs. cross-compilation
The ‘patch-shebangs’ procedure in gnu-build-system.scm has a hard-coded $PATH. This is wrong when cross-compiling: it should instead patch according to the ‘inputs’, not the ‘native-inputs’. Ludo’.