1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 22:50:34 +02:00

gnu: totem: Remove python-pylint native input.

It's optional & runs a pointless lint check that fails with pylint 2.5.

* gnu/packages/gnome.scm (totem)[native-inputs]: Remove python-pylint.
This commit is contained in:
Tobias Geerinckx-Rice
2020-05-31 00:14:37 +02:00
parent 2a9761b13b
commit 187d02cd43

View File

@@ -4904,7 +4904,6 @@ discovery protocols.")
("intltool" ,intltool)
("itstool" ,itstool)
("xmllint" ,libxml2)
("python-pylint" ,python-pylint)
("xorg-server" ,xorg-server-for-tests)))
(propagated-inputs
`(("dconf" ,dconf)))