pythonPackages.mutagen: disable python2, abandoned

This commit is contained in:
Jonathan Ringer 2020-06-16 14:04:19 -07:00
parent 478cd63015
commit f6626b6842

View File

@ -1,6 +1,7 @@
{ lib { lib
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, isPy27
, fetchpatch , fetchpatch
, hypothesis , hypothesis
, pycodestyle , pycodestyle
@ -13,6 +14,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "mutagen"; pname = "mutagen";
version = "1.44.0"; version = "1.44.0";
disabled = isPy27; # abandoned
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;