mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into core-updates
This commit is contained in:
commit
09ec5a0f0c
37 changed files with 1220 additions and 126 deletions
|
@ -14324,10 +14324,12 @@ Pylint has many rules enabled by default, way too much to silence them
|
|||
all on a minimally sized program. It's highly configurable and handle
|
||||
pragmas to control it from within your code. Additionally, it is
|
||||
possible to write plugins to add your own checks.")
|
||||
(properties `((python2-variant . ,(delay python2-pylint))))
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public python2-pylint
|
||||
(let ((pylint (package-with-python2 python-pylint)))
|
||||
(let ((pylint (package-with-python2
|
||||
(strip-python2-variant python-pylint))))
|
||||
(package (inherit pylint)
|
||||
(propagated-inputs
|
||||
`(("python2-backports-functools-lru-cache"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue