1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

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
This commit is contained in:
Sharlatan Hellseher 2025-05-16 21:54:06 +01:00
parent 45a88519bf
commit f68bd9b249
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
3 changed files with 26 additions and 24 deletions

View file

@ -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)