diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-12-05 14:06:03 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-12-05 15:10:33 +0200 |
commit | c15a1cd88f80a90437f4b0159f22dfc84b9e6851 (patch) | |
tree | 59a88e57e22ef98133a142d848aee81a3bdf752c /gnu | |
parent | f2561811fb1c2955509b8417fd341ec2e62e7ee8 (diff) | |
download | guix-c15a1cd88f80a90437f4b0159f22dfc84b9e6851.tar.gz guix-c15a1cd88f80a90437f4b0159f22dfc84b9e6851.zip |
gnu: python-setuptools-lint: Add missing input.
* gnu/packages/check.scm (python-setuptools-lint)[propagated-inputs]:
Add python-tomli.
Change-Id: I0ab7d3b129d6c347c212b968c4aeb425e3ee97ae
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/check.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index c295e326c9..5181d3a164 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -2721,7 +2721,7 @@ possible to write plugins to add your own checks.") (base32 "16a1ac5n7k7sx15cnk03gw3fmslab3a7m74dc45rgpldgiff3577")))) (build-system python-build-system) - (propagated-inputs (list python-pylint)) + (propagated-inputs (list python-tomli python-pylint)) (home-page "https://github.com/johnnoone/setuptools-pylint") (synopsis "Run pylint with @command{python setup.py lint}") (description "This package expose pylint as a lint command into |