guix-patches
[Top][All Lists]
Advanced

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

[bug#38460] [PATCH 0/1] lint: Add '--load-path' option.


From: zimoun
Subject: [bug#38460] [PATCH 0/1] lint: Add '--load-path' option.
Date: Mon, 2 Dec 2019 21:47:59 +0100

Dear,

Currently, when developing personal packages, "guix lint" needs the variable 
GUIX_PACKAGE_PATH which is not user friendly, IMO. The patch uses the common 
option '-L' to prepend a load path.

Other said,

  GUIX_PACKAGE_PATH=/path/to/my/package guix lint foo

becomes

  guix lint -L /path/to/my/package foo


All the best,
simon


zimoun (1):
  lint: Add '--load-path' option.

 guix/scripts/lint.scm |  8 ++++++++
 tests/guix-lint.sh    | 12 ++++++++++++
 2 files changed, 20 insertions(+)

-- 
2.23.0






reply via email to

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