Cyril Roelandt <tipec...@gmail.com> skribis: > * guix/scripts/lint.scm: add the "--checkers" option. > * doc/guix.texi (Invoking guix lint): Document it. > * tests/guix-lint.sh: New file > * Makefile.am (SCM_TESTS): Add it.
[...] > +export GUIX_PACKAGE_PATH=$module_dir I had overlooked this, but it’s also a Bash extension. Use: GUIX_PACKAGE_PATH="$module_dir" export GUIX_PACKAGE_PATH OK to push with this change, thank you! Ludo’.