diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-02-01 13:16:27 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-02-01 13:16:41 +0100 |
commit | 299112d36e872d98896bf8dec281c34d9adad06e (patch) | |
tree | 5642b1b322758f1e9919c93a89e793fad181ab81 /Makefile.am | |
parent | aa92cf980cab9f085df11c79c4b27d2b8b0d88aa (diff) | |
download | patches-299112d36e872d98896bf8dec281c34d9adad06e.tar patches-299112d36e872d98896bf8dec281c34d9adad06e.tar.gz |
guix-package: Report `--search' matches in recutils format.
* guix/ui.scm (fill-paragraph, string->recutils, package->recutils): New
procedures.
* guix-package.in (guix-package)[process-query]: Use `package->recutils'
to display package meta-data.
* tests/guix-package.sh: Adjust test.
* tests/ui.scm: New file.
* Makefile.am (TESTS): Add it.
* doc/guix.texi (Invoking guix-package): Adjust `--search'
documentation, and give an example.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 439b5ff5b4..8588266501 100644 --- a/Makefile.am +++ b/Makefile.am @@ -234,6 +234,7 @@ TESTS = \ tests/base32.scm \ tests/builders.scm \ tests/derivations.scm \ + tests/ui.scm \ tests/utils.scm \ tests/build-utils.scm \ tests/packages.scm \ |