pythonPackages.mutagen: disable python2, abandoned
This commit is contained in:
parent
478cd63015
commit
f6626b6842
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user