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,11 +13,13 @@
stable = true;
};
python312Packages = prev.python312Packages // {
arxiv = prev.python312Packages.arxiv.overridePythonAttrs (old: {
python312 = prev.python312.override {
packageOverrides = pyFinal: pyPrev: {
arxiv = pyPrev.arxiv.overridePythonAttrs (old: {
pythonRemoveDeps = (old.pythonRemoveDeps or [ ]) ++ [ "requests" ];
});
};
};
# bemenu is not a valid selector in v1.5.1
rofi-rbw-wayland = prev.rofi-rbw-wayland.overrideAttrs (oldAttrs: {