fix arxiv overlay
All checks were successful
Flake check / flake-check (pull_request) Successful in 40s
Build tests / build-hosts (pull_request) Successful in 4m2s

This commit is contained in:
sid 2026-05-31 19:05:30 +02:00
parent f546b9a865
commit c32466f078

View file

@ -13,10 +13,12 @@
stable = true; stable = true;
}; };
python312Packages = prev.python312Packages // { python312 = prev.python312.override {
arxiv = prev.python312Packages.arxiv.overridePythonAttrs (old: { packageOverrides = pyFinal: pyPrev: {
pythonRemoveDeps = (old.pythonRemoveDeps or [ ]) ++ [ "requests" ]; arxiv = pyPrev.arxiv.overridePythonAttrs (old: {
}); pythonRemoveDeps = (old.pythonRemoveDeps or [ ]) ++ [ "requests" ];
});
};
}; };
# bemenu is not a valid selector in v1.5.1 # bemenu is not a valid selector in v1.5.1