Merge pull request #249960 from fabaff/browsr-pandas

browsr: mark as broken
This commit is contained in:
Fabian Affolter 2023-08-19 01:17:37 +02:00 committed by GitHub
commit 6d9caf9821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,5 +70,6 @@ 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";
};
}