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