aboutsummaryrefslogtreecommitdiff
path: root/doc/contributing.texi
diff options
context:
space:
mode:
authorJaeme Sifat <jaeme@runbox.com>2023-11-04 15:55:09 -0400
committerChristopher Baines <mail@cbaines.net>2023-11-05 17:57:57 +0000
commit0826cc8a07abbcc4ae3bfd51eb0750044a859369 (patch)
tree848e330d410ead7b98e0723188b55ceb8f654a75 /doc/contributing.texi
parentbf6fdf76b0fe19cbf5787795caac8edab6eeb439 (diff)
downloadguix-0826cc8a07abbcc4ae3bfd51eb0750044a859369.tar
guix-0826cc8a07abbcc4ae3bfd51eb0750044a859369.tar.gz
doc: contributing: Replace reference to dunst.scm.
The contributing documentation makes a reference to dunst.scm as an example of the build process failing after an update. This patch replaces that reference with a much more permanent linux.scm. * doc/contributing.texi: Replace reference to dunst.scm. Change-Id: I89a4157eb253e25979bc35d6d3b12201a0d19951 Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'doc/contributing.texi')
-rw-r--r--doc/contributing.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 30876447d4..f18dc0a513 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -190,7 +190,7 @@ After updating the repository, @command{make} might fail with an error
similar to the following example:
@example
-error: failed to load 'gnu/packages/dunst.scm':
+error: failed to load 'gnu/packages/linux.scm':
ice-9/eval.scm:293:34: In procedure abi-check: #<record-type <origin>>: record ABI mismatch; recompilation needed
@end example