guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2] guix lint: add the --checkers option.


From: Ludovic Courtès
Subject: Re: [PATCH v2] guix lint: add the --checkers option.
Date: Wed, 15 Oct 2014 19:06:04 +0200
User-agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux)

Cyril Roelandt <address@hidden> 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’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]