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/gawk.scm
AgeCommit message (Expand)Author
2018-03-23gnu: gawk: Return #t from all phases....Mark H Weaver
2018-03-14gnu: gawk: Enable parallel tests....Efraim Flashner
2018-03-14gnu: gawk: Update to 4.2.1....Efraim Flashner
2017-12-10Revert "gnu: gawk: Update to 4.2.0."...Efraim Flashner
2017-12-10gnu: gawk: Update to 4.2.0....Efraim Flashner
2017-03-30Merge branch 'master' into core-updates...Marius Bakke
2017-03-30gnu: Use HTTPS for almost all gnu.org HOME-PAGEs....Tobias Geerinckx-Rice
2017-01-06Revert "Revert "gnu: gawk: Don't replace 'sh' reference with 'bash'.""...Leo Famulari
2017-01-05Revert "gnu: gawk: Don't replace 'sh' reference with 'bash'."...Leo Famulari
2017-01-05gnu: gawk: Don't replace 'sh' reference with 'bash'....Leo Famulari
2016-09-02gnu: gawk: Use 'modify-phases'....Ludovic Courtès
2016-09-02gnu: gawk: Update to 4.1.4....Ludovic Courtès