pythonPackages.pytaglib,supervisor: unmark broken

This commit is contained in:
Linus Heckemann 2019-10-08 11:51:09 +02:00
parent c19cf65261
commit f6544d618f
2 changed files with 0 additions and 2 deletions

View File

@ -54,6 +54,5 @@ buildPythonPackage rec {
description = "Python 2.x/3.x bindings for the Taglib audio metadata library";
license = lib.licenses.gpl3;
maintainers = [ lib.maintainers.mrkkrp ];
broken = true;
};
}

View File

@ -29,6 +29,5 @@ buildPythonPackage rec {
homepage = http://supervisord.org/;
license = licenses.free; # http://www.repoze.org/LICENSE.txt
maintainers = with maintainers; [ zimbatm ];
broken = true;
};
}