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" class='main'>index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/crates-graphics.scm
AgeCommit message (Expand)Author
2024-11-28gnu: rust-palette-derive-0.7: Update to 0.7.6....* gnu/packages/crates-graphics.scm (rust-palette-derive-0.7): Update to 0.7.6. [cargo-inputs]: Add rust-by-address-1. Change-Id: Ia0124d00b5bf159e4dd6c1dc6aaf71915fe8f572 Efraim Flashner
2024-11-28gnu: rust-palette-0.7: Update to 0.7.6....* gnu/packages/crates-graphics.scm (rust-palette-0.7): Update to 0.7.6. Change-Id: Ib6b4b939b8db31cfe1b74a027dc50ba3490cad5b Efraim Flashner