By default 'mutt' embeds configure flags and the output of 'gcc -v', which contains the store file name of Bash and GCC. This patch makes sure we don't embed a reference to these in 'mutt'. --- mutt-1.5.23/txt2c.sh 2015-06-26 22:56:56.500731643 +0200 +++ mutt-1.5.23/txt2c.sh 2015-06-26 22:57:26.664583900 +0200 @@ -21,6 +21,8 @@ txt2c_fallback () { echo ";" } +echo "unsigned char $1[] = \"value of '$1' not kept\";" +exit 0 ./txt2c test /dev/null 2>&1 && ./txt2c "$1" || txt2c_fallback "$1" >index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/avr.scm
AgeCommit message (Expand)Author
2017-09-22gnu: Use xxd instead of vim....Ricardo Wurmus
2017-06-20gnu: Move contents of zip module into compression module....Arun Isaac
2017-05-24gnu: avr-gcc-4.9: Use gcc-4.9 as base compiler....Ricardo Wurmus
2017-05-24gnu: Allow overriding of xgcc package in cross-gcc....Ricardo Wurmus
2016-08-15gnu: avr: Use the correct gcc version as native-input....Danny Milosavljevic
2016-05-31gnu: microscheme: Update to 0.9.3....Efraim Flashner
2016-05-30gnu: Add avr-toolchain....David Thompson
2016-05-30gnu: avr-libc: Update to 2.0.0....David Thompson
2016-05-30gnu: avr-libc: Fix build....David Thompson
2016-05-30gnu: Add avr-gcc-5....David Thompson
2016-05-30gnu: Add avr-gcc....David Thompson
2016-05-30gnu: Add avr-binutils....David Thompson