summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-07-21 23:14:59 +0200
committerLudovic Courtès <ludo@gnu.org>2019-07-22 11:53:39 +0200
commit5a90d5635226255e65b19a094a4851ff3886c0c5 (patch)
tree59a8da70beed34b1be96ed07557b2e55c98a8680
parent1bb4122ce6edd5b43d99aaed3c05506ba690e7a9 (diff)
downloadguix-patches-5a90d5635226255e65b19a094a4851ff3886c0c5.tar
guix-patches-5a90d5635226255e65b19a094a4851ff3886c0c5.tar.gz
doc: Update 'guix import json' example.
This is a followup to d78010b81ee6ef4fd8803082e2f401b9e55b44db. * doc/guix.texi (Invoking guix import): Change 'guix import json' example to refer to "gettext", not "gcc".
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 2b5077a0c2..107c16b8db 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -8674,7 +8674,7 @@ example package definition in JSON format:
"synopsis": "Hello, GNU world: An example GNU package",
"description": "GNU Hello prints a greeting.",
"license": "GPL-3.0+",
- "native-inputs": ["gcc@@6"]
+ "native-inputs": ["gettext"]
@}
@end example