diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-31 00:14:37 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-31 00:16:13 +0200 |
commit | 187d02cd437ae9e6d2a67e56c82502c6feea73cf (patch) | |
tree | 373514a08feb2870f18e14deaf66708a9dbbd2b1 /gnu | |
parent | 2a9761b13b44032f8d902e0fcfecd0659cbfa8c8 (diff) |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 03de03559d..fe71e316f3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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))) |