browsr: unbreak

This commit is contained in:
figsoda 2023-08-23 11:36:24 -04:00 committed by Anderson Torres
parent 8af0d023f6
commit 2b10135a04

View File

@ -50,6 +50,7 @@ python3.pkgs.buildPythonApplication rec {
pythonRelaxDeps = [
"art"
"pandas"
"pymupdf"
"rich-click"
"textual"
@ -70,6 +71,5 @@ python3.pkgs.buildPythonApplication rec {
changelog = "https://github.com/juftin/browsr/releases/tag/${src.rev}";
license = licenses.mit;
maintainers = with maintainers; [ figsoda ];
broken = versionAtLeast python3.pkgs.pandas.version "2" || versionAtLeast python3.pkgs.pillow.version "10";
};
}