diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-11-08 13:33:25 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-11-08 22:36:20 +0100 |
commit | c5a4a92f1a796e342b7db4c458f1fdb61ffc8d40 (patch) | |
tree | b7b59ee6fc7d0153120b333c82145a830b83988a /po | |
parent | 49483f71381ad32cdbe81b1c8ed2cc023329cc18 (diff) | |
download | patches-c5a4a92f1a796e342b7db4c458f1fdb61ffc8d40.tar patches-c5a4a92f1a796e342b7db4c458f1fdb61ffc8d40.tar.gz |
gnu: Improve error reporting of the use-.*modules macros.
Suggested by Julien Lepiller and myglc2
at <https://lists.gnu.org/archive/html/guix-devel/2017-11/msg00106.html>.
* gnu.scm (%try-use-modules): New procedure.
(package-module-hint, service-module-hint): New procedures.
(try-use-modules): New macro.
(use-package-modules, use-service-modules, use-system-modules): Use it.
* tests/guix-system.sh: Test it.
Diffstat (limited to 'po')
-rw-r--r-- | po/guix/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/guix/POTFILES.in b/po/guix/POTFILES.in index e3f767cc67..6510b99e8f 100644 --- a/po/guix/POTFILES.in +++ b/po/guix/POTFILES.in @@ -1,5 +1,6 @@ # List of source files which contain translatable strings. # This should be source files of the various tools, and not package modules. +gnu.scm gnu/packages.scm gnu/services.scm gnu/system.scm |