3
0
Fork 0
forked from mirrors/nixpkgs

browsr: fix build

This commit is contained in:
figsoda 2023-06-14 13:02:06 -04:00
parent 91be46f7f9
commit 099f503f90

View file

@ -60,6 +60,7 @@ python3.pkgs.buildPythonApplication rec {
};
pythonRelaxDeps = [
"art"
"fsspec"
"pymupdf"
"rich-click"