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'. diff --git a/txt2c.sh b/txt2c.sh index f634bb9..53845cf 100755 --- a/txt2c.sh +++ b/txt2c.sh @@ -21,6 +21,8 @@ txt2c_fallback () { echo ";" } +echo "unsigned char $1[] = \"value of '$1' not kept\";" +exit 0 if ./txt2c test /dev/null 2>&1; then ./txt2c "$1" else it logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/apparmor.scm
AgeCommit message (Expand)Author
2022-12-04gnu: libapparmor: Restrict supported systems to GNU/Linux....* gnu/packages/apparmor.scm (libapparmor)[supported-systems]: New field. Ludovic Courtès
2022-12-04gnu: Add pam-apparmor....* gnu/packages/apparmor.scm (pam-apparmor): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Hilton Chain
2022-12-04gnu: Add apparmor....* gnu/packages/apparmor.scm (apparmor): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hilton Chain
2022-12-04gnu: Add libapparmor....* gnu/packages/apparmor.scm: New file. (libapparmor): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add the file. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hilton Chain