fix arxiv overlay
This commit is contained in:
parent
f546b9a865
commit
c32466f078
1 changed files with 6 additions and 4 deletions
|
|
@ -13,11 +13,13 @@
|
||||||
stable = true;
|
stable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
python312Packages = prev.python312Packages // {
|
python312 = prev.python312.override {
|
||||||
arxiv = prev.python312Packages.arxiv.overridePythonAttrs (old: {
|
packageOverrides = pyFinal: pyPrev: {
|
||||||
|
arxiv = pyPrev.arxiv.overridePythonAttrs (old: {
|
||||||
pythonRemoveDeps = (old.pythonRemoveDeps or [ ]) ++ [ "requests" ];
|
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
|
||||||
rofi-rbw-wayland = prev.rofi-rbw-wayland.overrideAttrs (oldAttrs: {
|
rofi-rbw-wayland = prev.rofi-rbw-wayland.overrideAttrs (oldAttrs: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue