mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
pythonPackages.pytaglib,supervisor: unmark broken
This commit is contained in:
parent
c19cf65261
commit
f6544d618f
@ -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;
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user