Remove non-UTF-8 character (this is a NO-BREAK SPACE character, encoded in ISO-8859-1) to fix build failure with 'glib-mkenums' in GLib 2.54.2+. Patch from . --- a/libgnome/gnome-config.h 2009-04-23 04:29:13.000000000 -0500 +++ b/libgnome/gnome-config.h 2017-10-04 02:17:22.000000000 -0500 @@ -270,7 +270,7 @@ void gnome_config_clean_key_ (const char #define gnome_config_private_clean_key(path) \ (gnome_config_clean_key_((path),TRUE)) -/* returns the true filename of the config file */ +/* returns the true filename of the config file */ #define gnome_config_get_real_path(path) \ (g_build_filename (gnome_user_dir_get(),(path),NULL)) #define gnome_config_private_get_real_path(path) \ ion> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/doc/guix-cookbook.texi
AgeCommit message (Expand)Author
2020-01-17doc: cookbook: Avoid URL reference to the manual....Ludovic Courtès
2019-11-26doc: cookbook: Add cross-references to the Guile manual....Ludovic Courtès
2019-11-26doc: cookbook: Use @result{} & co. instead of a '>' prompt....Ludovic Courtès
2019-11-26doc: cookbook: Use Texinfo quotes....Ludovic Courtès
2019-11-26doc: cookbook: Add cross-reference about ./pre-inst-env....Ludovic Courtès
2019-11-26doc: cookbook: Use @lisp for Scheme snippets....Ludovic Courtès
2019-10-30doc: Explain how to switch profile from empty shell in "Profiles in Practice"....Pierre Neidhardt
2019-10-28doc: Link to SICP Info page in "A Scheme Crash Course"....Pierre Neidhardt
2019-10-28doc: Finish importing the "Packaging Tutorial"....Pierre Neidhardt
2019-10-28doc: Fix some typos in "Guix Profiles in Practice"....Pierre Neidhardt
2019-10-25doc: cookbook: Use "@lisp" for Scheme snippets....Ludovic Courtès
2019-10-24doc: Add "Guix Profiles in Practice" to the cookbook....Pierre Neidhardt
2019-09-18doc: Add Guix Cookbook....Ricardo Wurmus