overrides: pin broken packages to latest
This commit is contained in:
parent
5ac1bf5351
commit
073cfc2c00
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,7 @@ in
|
|||
inherit latest fork stable;
|
||||
|
||||
inherit (latest)
|
||||
bitwarden-desktop
|
||||
;
|
||||
|
||||
inherit (fork)
|
||||
|
@ -42,6 +43,8 @@ in
|
|||
|
||||
python3 = prev.python3.override {
|
||||
packageOverrides = pythonFinal: pythonPrev: {
|
||||
inherit (latest.python3Packages) pymdown-extensions onnx;
|
||||
|
||||
qtile = pythonPrev.qtile.overrideAttrs (oldAttrs: {
|
||||
version = "0.0.0+unstable-2024-06-25";
|
||||
src = oldAttrs.src.override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue