bug#18895: 'patch-shebangs' phase vs. cross-compilation

2015-01-04 Thread Ludovic Courtès
Fixed in commit ac70048. Ludo’.

bug#18895: 'patch-shebangs' phase vs. cross-compilation

2014-10-29 Thread Ludovic Courtès
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’.