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
, buildPythonPackage
, fetchPypi
, isPy27
, fetchpatch
, hypothesis
, pycodestyle
@ -13,6 +14,7 @@
buildPythonPackage rec {
pname = "mutagen";
version = "1.44.0";
disabled = isPy27; # abandoned
src = fetchPypi {
inherit pname version;