mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
Merge pull request #249960 from fabaff/browsr-pandas
browsr: mark as broken
This commit is contained in:
commit
6d9caf9821
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user