aboutsummaryrefslogtreecommitdiff
path: root/doc/package-hello.json
Commit message (Collapse)AuthorAge
* import: Do not return package name with json importer.Herman Rimm2024-02-23
| | | | | | | | | * guix/import/json.scm (json->code): Do not return package names after package expressions. * doc/package-hello.json: Fix comma errors and use valid greeter URL. Change-Id: Id71924e72f690a9bda5fbfdb65a443029adfd158 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Document building and installing from JSON files.Ricardo Wurmus2020-04-16
* doc/guix.texi (Invoking guix package): Augment pargraphs for "--install-from-file". (Invoking guix build): Document building from JSON files. * doc/package-hello.json: New file. * doc/local.mk (EXTRA_DIST): Add it.