diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-16 21:54:06 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-16 21:54:06 +0100 |
| commit | f68bd9b249f1f2345432a75f4e3a9f6478eb451f (patch) | |
| tree | be206f472fda10e9db3d2aca51ceef4aa2a6397e /gnu/packages/emacs-xyz.scm | |
| parent | 45a88519bfe015199277d3942206b4a6f1b78b20 (diff) | |
gnu: python-pyflakes: Move to python-check.
* gnu/packages/python-xyz.scm (python-pyflakes): Move from here ...
* gnu/packages/python-check.scm: ... to here.
* gnu/packages/emacs-xyz.scm: Add python-check module.
Change-Id: I237f96ade0ad6c488697a3a61e88691522b2b94d
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 8abc263691..1191927d2b 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -224,6 +224,7 @@ #:use-module (gnu packages networking) #:use-module (gnu packages python) #:use-module (gnu packages python-xyz) + #:use-module (gnu packages python-check) #:use-module (gnu packages telephony) #:use-module (gnu packages terminals) #:use-module (gnu packages tex) |
