python3Packages.bbox: remove with lib
Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
@@ -55,10 +55,10 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "bbox" ];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Python library for 2D/3D bounding boxes";
|
||||
homepage = "https://github.com/varunagrawal/bbox";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ lucasew ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ lucasew ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user